* src/system.h (ngettext): Now that we use ngettext, be sure to

provide a default definition when NLS are not used.
This commit is contained in:
Akim Demaille
2001-11-12 09:57:58 +00:00
parent 9edcd89542
commit d39d93b834
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-11-12 Akim Demaille <akim@epita.fr>
* src/system.h (ngettext): Now that we use ngettext, be sure to
provide a default definition when NLS are not used.
2001-11-12 Akim Demaille <akim@epita.fr>
* doc/bison.texinfo: Use `$' as shell prompt, not `%'.