diff options
Diffstat (limited to 'getopt/getopt.c')
-rw-r--r-- | getopt/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/getopt.c b/getopt/getopt.c index a22332ad..785431f5 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); |