bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i18n for yacc backend messages


From: Akim Demaille
Subject: Re: i18n for yacc backend messages
Date: Thu, 14 Apr 2005 10:55:05 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

>>> "Paul" == Paul Eggert <address@hidden> writes:

 > +static char const *yytname_gettext_helper[] =
 > +{
 > +  ]b4_gettext_list([b4_tname])[
 > +};

While we are at it, wouldn't it be better to get rid of the quotes
that are kept with "clear" names? E.g.:

% tc =(echo '1 +')
/tmp/zshVQFZgE:2.0: syntax error, unexpected "end of file"

I would have preferred the nicer (yet possibly misleading)

/tmp/zshVQFZgE:2.0: syntax error, unexpected end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]