Tim Van Holder <[EMAIL PROTECTED]> writes: > Agreed, except that GRAMMAR.LANGUAGE and GRAMMAR-LANGUAGE.m4 can both > run afoul of file name limitations etc, and having an internal table > can avoid that.
A minor point: I wouldn't worry about the 8+3 or 14-byte file name component limitations any more. On all practical Bison implementations nowadays, file name components can be up to 255 bytes long. POSIX+XSI has required this since 2001.
