Module Name: src
Committed By: joerg
Date: Fri May 17 14:11:55 UTC 2013
Modified Files:
src/include: locale.h
Log Message:
Too many endif.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/include/locale.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/locale.h
diff -u src/include/locale.h:1.23 src/include/locale.h:1.24
--- src/include/locale.h:1.23 Fri May 17 13:00:40 2013
+++ src/include/locale.h Fri May 17 14:11:55 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: locale.h,v 1.23 2013/05/17 13:00:40 joerg Exp $ */
+/* $NetBSD: locale.h,v 1.24 2013/05/17 14:11:55 joerg Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -112,7 +112,6 @@ extern struct _locale _lc_global_locale;
extern __dso_protected struct _locale _lc_global_locale;
#endif
#define LC_GLOBAL_LOCALE (&_lc_global_locale)
-#endif
#endif /* _POSIX_SOURCE >= 200809 || _NETBSD_SOURCE */
#if defined(_NETBSD_SOURCE)