getopt: Remove an unnecessary define

Signed-off-by: Martin Storsjö <martin@martin.st>
pull/28/head
Martin Storsjö 13 years ago
parent cb5ab02a88
commit 962e912a49
  1. 2
      compat/getopt.c

@ -33,8 +33,6 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#define EOF (-1)
static int opterr = 1; static int opterr = 1;
static int optind = 1; static int optind = 1;
static int optopt; static int optopt;

Loading…
Cancel
Save