Hi Jim,
> How about just using flex's %top directive?
Hm, I overlooked that. Thanks for the suggestion!
Regards,
Sergey
Sergey Poznyakoff wrote:
> We've got one more problem with getopt.h. It manifests
> itself when compiling lex-generated parsers on FreeBSD.
> What happens is the following: the system getopt.h defines
> getopt_long, struct option and the accompanying stuff,
> but does not define __need_getopt. Cons
Hi,
We've got one more problem with getopt.h. It manifests
itself when compiling lex-generated parsers on FreeBSD.
What happens is the following: the system getopt.h defines
getopt_long, struct option and the accompanying stuff,
but does not define __need_getopt. Consequently, gnulib's
getopt.h in