>>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes:
> I noticed that the Bison documentation disagreed with the behavior
> with respect to whether "bison dir/foo.y" creates foo.tab.c or
> dir/foo.tab.c, and decided to change the documentation to match the
> behavior.
This is really a bad behavior. I'd rather fix the behavior than the
documentation.
Also,
[EMAIL PROTECTED] {position} {std::string*} filename
[EMAIL PROTECTED] {position} {std::string*} file
The name of the file. It will always be handled as a pointer, the
parser will never duplicate nor deallocate it. As an experimental
feature you may change it to @[EMAIL PROTECTED] using @samp{%define
-"filename_type" "@var{type}"}.
+"file_type" "@var{type}"}.
@end deftypemethod
This is wrong, unless you adjust lalr1.cc.