Re: [PATCH] longopt optional arguments

2003-07-02 Thread Leopold Toetsch
Luke Palmer wrote: This patch implements optional arguments for the longopt subsystem, and modifies imcc to use them. Thanks, applied and ... +if (dex+1 < argc && argv[dex+1][0] && argv[dex+1][0] != '-') { changed that to if (dex+2 < argc ... So "parrot -d file.pasm" work

[PATCH] longopt optional arguments

2003-07-02 Thread Luke Palmer
This patch implements optional arguments for the longopt subsystem, and modifies imcc to use them. Luke Index: longopt.c === RCS file: /cvs/public/parrot/longopt.c,v retrieving revision 1.4 diff -u -r1.4 longopt.c --- longopt.c 27