diff options
author | Paul Smith <psmith@gnu.org> | 2000-10-05 16:27:06 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-10-05 16:27:06 +0000 |
commit | d5a04ee9849e300f0e4b751ca7c1d1fd96f312a1 (patch) | |
tree | 7fc158cd2ce0d93f354c793dc09d9938de41614c /gettext.c | |
parent | 50ba270762ae63aa2f31934e4e41a84374b9bc6a (diff) | |
download | gunmake-d5a04ee9849e300f0e4b751ca7c1d1fd96f312a1.tar.gz |
* Various bug fixes.
* New Galician translation.
Diffstat (limited to 'gettext.c')
-rw-r--r-- | gettext.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -671,9 +671,6 @@ _nl_explode_name (name, language, modifier, territory, codeset, /* Internal header for GNU gettext internationalization functions. Copyright (C) 1995, 1997 Free Software Foundation, Inc. */ -#ifndef _GETTEXT_H -#define _GETTEXT_H 1 - #include <stdio.h> #if HAVE_LIMITS_H || _LIBC @@ -752,8 +749,6 @@ struct string_desc nls_uint32 offset; }; -#endif /* gettext.h */ - /* End of gettext.h */ /* Resume of loadmsgcat.c */ |