projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
When reducing initial empty rules, Bison parser read an initial
[bison.git]
/
lib
/
strcasecmp.c
diff --git
a/lib/strcasecmp.c
b/lib/strcasecmp.c
index ae7601de0fcf9d6d3d1ad547705ec769c1ba6b93..cf4ab88dbdf04448b73d8507f1cbe142d15f67e8 100644
(file)
--- a/
lib/strcasecmp.c
+++ b/
lib/strcasecmp.c
@@
-29,7
+29,7
@@
# define LENGTH_LIMIT_EXPR(Expr) 0
#endif
# define LENGTH_LIMIT_EXPR(Expr) 0
#endif
-#include <s
ys/types
.h>
+#include <s
tddef
.h>
#include <ctype.h>
#define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
#include <ctype.h>
#define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))