]> git.saurik.com Git - bison.git/commit
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)
commitdb2cc12fd07acb54b19cf6475f6d330a8b904e0a
tree205133136979c64281ce861587168deeadc8d3e8
parent7e78575709ea6456db77b84144d053de0fbf789d
Wrap strings in _() if they need translation.

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.
src/scan-gram.l