projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5ab02
)
getopt: Remove an unnecessary define
author
Martin Storsjö
<martin@martin.st>
Thu, 16 Aug 2012 19:14:52 +0000
(22:14 +0300)
committer
Martin Storsjö
<martin@martin.st>
Thu, 16 Aug 2012 20:12:50 +0000
(23:12 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
compat/getopt.c
patch
|
blob
|
history
diff --git
a/compat/getopt.c
b/compat/getopt.c
index c7f8ef3260e362768a3d44af8bf42cdf6f4c48c3..3e7d3e215ee3e684f78b975838c81489176ac587 100644
(file)
--- a/
compat/getopt.c
+++ b/
compat/getopt.c
@@
-33,8
+33,6
@@
#include <stdio.h>
#include <string.h>
-#define EOF (-1)
-
static int opterr = 1;
static int optind = 1;
static int optopt;