Remove some GNU preprocessor magic from wgetopt.c, it only applies to regular getopt

darcs-hash:20060117172412-ac50b-a2dabf19abe158674674f98b3ce10464a6826b36.gz
This commit is contained in:
axel 2006-01-18 03:24:12 +10:00
parent 84bbbe4252
commit aa783fc657

View file

@ -49,12 +49,6 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Ditto for AIX 3.2 and <stdlib.h>. */
#ifndef _NO_PROTO
#define _NO_PROTO
#endif
#include "config.h"
#if !defined (__STDC__) || !__STDC__