mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
Declare string uppercase/lowercase functions unconditionally.
Avoid naming them str*(), because such names are reserved by ISO C.
This commit is contained in:
+2
-4
@@ -59,9 +59,7 @@ extern void yyunputbytes(ULONG count);
|
||||
|
||||
extern YY_BUFFER_STATE pCurrentBuffer;
|
||||
|
||||
#ifdef __GNUC__
|
||||
extern void strupr(char *s);
|
||||
extern void strlwr(char *s);
|
||||
#endif
|
||||
extern void upperstring(char *s);
|
||||
extern void lowerstring(char *s);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user