On Sun, 9 Jul 2006, Paul Eggert wrote: > This removes an obsolete stray declaration. > > 2006-07-09 Paul Eggert <[EMAIL PROTECTED]> > > * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this > object is now static.
Thanks, I missed that. global variables and #define's are bad enough separately... but when they're combined, ugh. Joel
