[gs-cvs] rev 8343 - trunk/gs/src
leonardo at ghostscript.com
leonardo at ghostscript.com
Thu Nov 1 10:22:45 PDT 2007
Author: leonardo
Date: 2007-11-01 10:22:45 -0700 (Thu, 01 Nov 2007)
New Revision: 8343
Modified:
trunk/gs/src/iinit.c
Log:
PS interpreter : Trace the executed operators' names (continued).
DETAILS :
Fix an inaccurate coding of the last patch.
EXPECTED DIFFERENCES :
None.
Modified: trunk/gs/src/iinit.c
===================================================================
--- trunk/gs/src/iinit.c 2007-11-01 16:20:01 UTC (rev 8342)
+++ trunk/gs/src/iinit.c 2007-11-01 17:22:45 UTC (rev 8343)
@@ -522,8 +522,6 @@
const op_def *const *tptr;
int code;
- /* Enter each operator into the appropriate dictionary. */
-
for (tptr = op_defs_all; *tptr != 0; tptr++) {
const op_def *def;
More information about the gs-cvs
mailing list