On Wed, 21 Sep 2005, Akim Demaille wrote: > >>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes: > > > "Joel E. Denny" <[EMAIL PROTECTED]> writes: > >> What if the #define's disappear for %pure-parser? > > > But whether to use #define is independent of whether the parser is pure. > > Instead, how about if we make the #define's disappear when the --yacc > > (-y) option is not used? > > Am I understanding, from your proposal, that it is POSIX that mandates > the #defines?
I'm quite ignorant on the standards and where to obtain the right copy. However, I did find this: http://www.opengroup.org/onlinepubs/009695399/utilities/yacc.html Look under `OUTPUT FILES / Header File'. It suggests #define's are required. Joel
