X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetopt1.c;h=4580211cfac348402aace9ee8098ea133339d432;hb=c89f48f01f6047b50c1ed3c981901f620ec98f6a;hp=725c653bbcc25ccb52b1b54a57ac18a17436de61;hpb=8f16c54c8c8a7ba8826daa774c4229fd1c7adb77;p=gnulib.git diff --git a/lib/getopt1.c b/lib/getopt1.c index 725c653bb..4580211cf 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -1,5 +1,5 @@ /* getopt_long and getopt_long_only entry points for GNU getopt. - Copyright (C) 1987, 88, 89, 90, 91, 92, 1993 + Copyright (C) 1987, 88, 89, 90, 91, 92, 1993, 1994 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it @@ -22,7 +22,7 @@ #include "getopt.h" -#ifndef __STDC__ +#if !defined (__STDC__) || !__STDC__ /* This is a separate conditional since some stdc systems reject `defined (const)'. */ #ifndef const