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

ray at ghostscript.com ray at ghostscript.com
Wed Jul 12 18:16:12 PDT 2006


Author: ray
Date: 2006-07-12 18:16:11 -0700 (Wed, 12 Jul 2006)
New Revision: 6914

Modified:
   trunk/gs/src/iminst.h
Log:
Remove (now) superfluous stdout_buf and stderr_buf areas from main instance
(no longer needed -- buffers are allocated when stdio is opened).


Modified: trunk/gs/src/iminst.h
===================================================================
--- trunk/gs/src/iminst.h	2006-07-12 21:46:07 UTC (rev 6913)
+++ trunk/gs/src/iminst.h	2006-07-13 01:16:11 UTC (rev 6914)
@@ -72,8 +72,6 @@
     gs_file_path lib_path;	/* library search list (GS_LIB) */
     long base_time[2];		/* starting usertime */
     void *readline_data;	/* data for gp_readline */
-    char stdout_buf[STDOUT_BUF_SIZE];	/* for e_NeedStdout callout */
-    char stderr_buf[STDERR_BUF_SIZE];	/* for e_NeedStderr callout */
     ref error_object;		/* Use by gsapi_*() */
 #if 1
     /* needs to be removed */



More information about the gs-cvs mailing list