[gs-cvs] gs/src
Ray Johnston
ray at ghostscript.com
Wed Nov 17 22:46:55 PST 2004
Update of /cvs/ghostscript/gs/src
In directory casper2:/tmp/cvs-serv9632/src
Modified Files:
Tag: GS_8_1X
iscan.c
Log Message:
Port fix from HEAD rev that makes the ^D character a self delimiting
token (as was intended to be part of the JOBSERVER fix). Bug 687779.
Index: iscan.c
===================================================================
RCS file: /cvs/ghostscript/gs/src/iscan.c,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -u -d -r1.13.2.2 -r1.13.2.3
--- iscan.c 31 Aug 2004 04:03:30 -0000 1.13.2.2
+++ iscan.c 18 Nov 2004 06:46:52 -0000 1.13.2.3
@@ -503,6 +503,7 @@
case char_EOL:
case char_NULL:
goto top;
+ case 0x4: /* ^D is a self-delimiting token */
case '[':
case ']':
s1[0] = (byte) c;
More information about the gs-cvs
mailing list