[gs-cvs] gs/src

Igor Melichev igor at casper.ghostscript.com
Sun Apr 21 10:45:43 PDT 2002


Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv18527/gs/src

Modified Files:
	zchar1.c 
Log Message:
Fix: Taking off a debbugging code.

Index: zchar1.c
===================================================================
RCS file: /cvs/ghostscript/gs/src/zchar1.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- zchar1.c	18 Apr 2002 14:26:27 -0000	1.15
+++ zchar1.c	21 Apr 2002 17:45:41 -0000	1.16
@@ -174,14 +174,6 @@
     gs_type1exec_state cxs;
     gs_type1_state *const pcis = &cxs.cis;
 
-#if DEBUG
-    int char_code = 0;
-    if (r_type(op - 2) == t_integer) {
-        char_code = op[-2].value.intval;
-        char_code += 0; /* just a place for debugger breakpoint */
-    }
-#endif
-
     if (code < 0)
 	return code;
     if (penum == 0 ||




More information about the gs-cvs mailing list