summaryrefslogtreecommitdiff
path: root/gettext.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-10-05 16:27:06 +0000
committerPaul Smith <psmith@gnu.org>2000-10-05 16:27:06 +0000
commitd5a04ee9849e300f0e4b751ca7c1d1fd96f312a1 (patch)
tree7fc158cd2ce0d93f354c793dc09d9938de41614c /gettext.c
parent50ba270762ae63aa2f31934e4e41a84374b9bc6a (diff)
downloadgunmake-d5a04ee9849e300f0e4b751ca7c1d1fd96f312a1.tar.gz
* Various bug fixes.
* New Galician translation.
Diffstat (limited to 'gettext.c')
-rw-r--r--gettext.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gettext.c b/gettext.c
index aef9c01..1ecb715 100644
--- a/gettext.c
+++ b/gettext.c
@@ -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 */