From 5dd39e535dde18abec1de337ae6496f179ff4949 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Mon, 19 Feb 2001 05:04:20 +0000 Subject: [PATCH] Minor tidyup git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9167 72102866-910b-0410-8b05-ffd578937521 --- Source/GSLocale.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/GSLocale.m b/Source/GSLocale.m index 7487846b4..a1e4c0d58 100644 --- a/Source/GSLocale.m +++ b/Source/GSLocale.m @@ -33,7 +33,9 @@ /* * Define __USE_GNU to get YESSTR and NOSTR in glibc-2.2.2 */ +#ifndef __USE_GNU #define __USE_GNU +#endif #include #endif #include