DEVEL15-uss-lex-more-forward-decls-20071210
authorMike Meffie <mmeffie@sinenomine.net>
Mon, 10 Dec 2007 18:22:34 +0000 (18:22 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 10 Dec 2007 18:22:34 +0000 (18:22 +0000)
LICENSE IPL10

forward declare this so picky compilers will do their jobs.

(cherry picked from commit 8114be0c6a311007125d6c01b9e0ee7a16b71c29)

src/uss/lex.l

index 07a4776..213588f 100644 (file)
@@ -24,6 +24,7 @@ int line=1;
 #else
 #define dprint(x)
 #endif
+void Replace(char *in, char *out);
 %}
 
 /* definitions */