mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* 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:
@@ -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 `%'.
|
||||
|
||||
@@ -126,10 +126,12 @@ size_t strnlen PARAMS ((const char *s, size_t maxlen));
|
||||
# include <libintl.h>
|
||||
# define _(Text) gettext (Text)
|
||||
#else
|
||||
# undef bindtextdomain
|
||||
# undef bindtextdomain
|
||||
# define bindtextdomain(Domain, Directory)
|
||||
# undef textdomain
|
||||
# undef textdomain
|
||||
# define textdomain(Domain)
|
||||
# undef ngettext
|
||||
# define ngettext(Singular, Plural, Num) Plural
|
||||
# define _(Text) Text
|
||||
#endif
|
||||
#define N_(Text) Text
|
||||
|
||||
Reference in New Issue
Block a user