From: Jim Meyering Date: Wed, 29 Dec 1993 02:23:25 +0000 (+0000) Subject: GNU shell utilities X-Git-Tag: SHELLUTILS-1_9_2g~1 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=67ef22bdd86a7300d83c3016e036de57a5dbd01b;p=gnulib.git GNU shell utilities --- diff --git a/lib/getopt.c b/lib/getopt.c index 7a4673b8d..2f1e6d8d7 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -20,6 +20,14 @@ along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* + * This tells Alpha OSF/1 not to define a getopt prototype in . + * Ditto for AIX 3.2 and . + */ +#ifndef _NO_PROTO +#define _NO_PROTO +#endif + #ifdef HAVE_CONFIG_H #if defined (emacs) || defined (CONFIG_BROKETS) /* We use instead of "config.h" so that a compilation @@ -39,11 +47,6 @@ #endif #endif -/* This tells Alpha OSF/1 not to define a getopt prototype in . */ -#ifndef _NO_PROTO -#define _NO_PROTO -#endif - #include /* Comment out all this code if we are using the GNU C Library, and are not