>>> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes:

 > After this patch is installed, only the following strings require
 > translation in Bison-generated parsers:

 > memory exhausted
 > syntax error
 > syntax error, unexpected %s
 > syntax error, unexpected %s, expecting %s
 > syntax error, unexpected %s, expecting %s or %s
 > syntax error, unexpected %s, expecting %s or %s or %s
 > syntax error, unexpected %s, expecting %s or %s or %s or %s
 > syntax error: cannot back up

Why not keeping a colon?

syntax error: unexpected %s
syntax error: unexpected %s, expecting %s
syntax error: unexpected %s, expecting %s or %s
syntax error: unexpected %s, expecting %s or %s or %s
syntax error: unexpected %s, expecting %s or %s or %s or %s



Reply via email to