[gs-cvs] rev 7987 - trunk/gs/src

alexcher at ghostscript.com alexcher at ghostscript.com
Sat May 19 10:08:05 PDT 2007


Author: alexcher
Date: 2007-05-19 10:08:04 -0700 (Sat, 19 May 2007)
New Revision: 7987

Modified:
   trunk/gs/src/iminst.h
Log:
Remove unused and incorrect definitions of stdin, stdout, stderr buffer sizes.

DIFFERENCES:
None.


Modified: trunk/gs/src/iminst.h
===================================================================
--- trunk/gs/src/iminst.h	2007-05-18 14:50:42 UTC (rev 7986)
+++ trunk/gs/src/iminst.h	2007-05-19 17:08:04 UTC (rev 7987)
@@ -47,11 +47,6 @@
     uint count;
 } gs_file_path;
 
-/* buffer sizes for stdio */
-#define STDIN_BUF_SIZE 128
-#define STDOUT_BUF_SIZE 128
-#define STDERR_BUF_SIZE 128
-
 /*
  * Here is where we actually define the structure of interpreter instances.
  * Clients should not reference any of the members.  Note that in order to



More information about the gs-cvs mailing list