DEVEL15-uss-lex-more-forward-decls-20071210

LICENSE IPL10

forward declare this so picky compilers will do their jobs.


(cherry picked from commit 8114be0c6a311007125d6c01b9e0ee7a16b71c29)
This commit is contained in:
Mike Meffie 2007-12-10 18:22:34 +00:00 committed by Derrick Brashear
parent 3fb09e368f
commit 165289dbfa

View File

@ -24,6 +24,7 @@ int line=1;
#else #else
#define dprint(x) #define dprint(x)
#endif #endif
void Replace(char *in, char *out);
%} %}
/* definitions */ /* definitions */