]> git.saurik.com Git - bison.git/commitdiff
Wrap strings in _() if they need translation.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:52:47 +0000 (14:52 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:52:47 +0000 (14:52 +0000)
Use strings rather than escapes when possible,
to minimize the number of warnings from xgettext.

(handle_action_dollar, handle_action_at): Don't use isdigit,
as it mishandles negative chars and it may not work as expected
outside the C locale.


No differences found