Skip to content

Commit

Permalink
2000-04-27 Bruno Haible <clisp.cons.org>
Browse files Browse the repository at this point in the history
	* intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.

	* intl/loadinfo.h (internal_function): Define if not already defined.

2000-04-27  Andreas Jaeger  <aj@suse.de>

	* intl/libintl.h: Fix typo, reported by Bruno Haible
	<clisp.cons.org>.
  • Loading branch information
Andreas Jaeger committed Apr 27, 2000
1 parent d472655 commit 9d9160e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intl/libintl.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extern char *dngettext (__const char *__domainname, __const char *__msgid1,
__const char *__msgid2, unsigned long int __n)
__THROW __attribute__ ((__format_arg__ (2)));

/* Similar to `dxgettext' but select the plural form corresponding to the
/* Similar to `dcgettext' but select the plural form corresponding to the
number N. */
extern char *dcngettext (__const char *__domainname, __const char *__msgid1,
__const char *__msgid2, unsigned long int __n,
Expand Down
4 changes: 4 additions & 0 deletions intl/loadinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
# endif
#endif

#ifndef internal_function
# define internal_function
#endif

/* Encoding of locale name parts. */
#define CEN_REVISION 1
#define CEN_SPONSOR 2
Expand Down
2 changes: 1 addition & 1 deletion intl/ngettext.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# define NGETTEXT __ngettext
# define DCNGETTEXT __dcngettext
#else
# define NGETTEXT gettext__
# define NGETTEXT ngettext__
# define DCNGETTEXT dcngettext__
#endif

Expand Down

0 comments on commit 9d9160e

Please sign in to comment.