[gs-cvs] rev 7133 - trunk/gs/src
stefan at ghostscript.com
stefan at ghostscript.com
Mon Oct 30 06:54:34 PST 2006
Author: stefan
Date: 2006-10-30 06:54:34 -0800 (Mon, 30 Oct 2006)
New Revision: 7133
Modified:
trunk/gs/src/gsargs.h
Log:
Comment change.
gsargs::arg_push_string changes the parsing algorithm to parse on
spaces. This is a side effect of changing the depth of the arg_list.
Currently only the postscript -c option uses this parsing scheme.
No Differences.
Modified: trunk/gs/src/gsargs.h
===================================================================
--- trunk/gs/src/gsargs.h 2006-10-27 11:49:01 UTC (rev 7132)
+++ trunk/gs/src/gsargs.h 2006-10-30 14:54:34 UTC (rev 7133)
@@ -57,6 +57,8 @@
* This may also be used (once) to "unread" the last argument.
* If mem != 0, it is used to free the string when we are done with it.
* Return 0 on success, non-zero on failure
+ * NB: pushing args has the side effect of changing the parsing algoritm to
+ * space delimited instead of argument string delimited.
*/
int arg_push_memory_string(arg_list * pal, char *str, gs_memory_t * mem);
More information about the gs-cvs
mailing list