Fix STRUPR and STRLWR after 5aabb915ec

Fixes #647
This commit is contained in:
Rangi
2020-12-15 13:07:04 -05:00
committed by Eldred Habert
parent 0956d300c4
commit f31deb5010
6 changed files with 21 additions and 21 deletions

View File

@@ -43,9 +43,6 @@ void opt_Push(void);
void opt_Pop(void);
void opt_Parse(char *s);
void upperstring(char *s);
void lowerstring(char *s);
/* TODO: are these really needed? */
#define YY_FATAL_ERROR fatalerror