fix a decl mismatch

This commit is contained in:
Bill Currie 2003-02-26 05:01:18 +00:00
parent 61d315755a
commit 382f13f7ce

View file

@ -109,7 +109,7 @@ int yyparse (void);
extern int yydebug;
#ifdef _WIN32
char *fix_backslash (const char *path);
char *fix_backslash (char *path);
#define NORMALIZE(x) fix_backslash (x)
#else
#define NORMALIZE(x) x