summaryrefslogtreecommitdiffstats
path: root/getopt/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'getopt/getopt.c')
-rw-r--r--getopt/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/getopt.c b/getopt/getopt.c
index a22332ad1..785431f5d 100644
--- a/getopt/getopt.c
+++ b/getopt/getopt.c
@@ -371,7 +371,7 @@ int main(int argc, char *argv[])
int opt;
int compatible=0;
-#if WITHOUT_GETTEXT
+#ifdef WITHOUT_GETTEXT
#else
setlocale(LC_ALL,"");
bindtextdomain(PACKAGE, LOCALEDIR);