Commit a4c17831 by Richard Stallman

Add #undef getopt after getopt.h.

From-SVN: r2521
parent d2288d8d
......@@ -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[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment