Add #undef getopt after getopt.h.

From-SVN: r2521
This commit is contained in:
Richard Stallman 1992-10-20 07:13:36 +00:00
parent d2288d8d4f
commit a4c1783163
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
with something from a system header file, so effectively nullify that. */
#define getopt getopt_loser
#include "getopt.h"
#undef getopt
extern int errno;
extern char *sys_errlist[];