18 Oct
2003
18 Oct
'03
2:20 a.m.
The output should be:
bar "bar" 0
This is the output that I get:
bar \"bar 0
Then try changing the conditional in pipec.c
It is needed for MSYS as well. So we should have this:
#if defined (__CYGWIN__) || defined (__MSYS__)
#define fix_argv(argvec) (argvec)
#else
Exactly, like this. Do you get the correct output then? Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707