Commit Diff


commit - 58cfcb902e49abdb76c80ab84121d509cf2dc82e
commit + 2ca05f73fc0c998168daa8967835a1c08fbbad05
blob - 9bdedf07ad5b7ca28260de004206f7502b804585
blob + dbcecbb213fe3d69bc0a31bccf54df25871e020f
--- parse.y
+++ parse.y
@@ -48,6 +48,7 @@ int parse_errors = 0;
 
 static void yyerror(const char *, ...);
 static int yylex(void);
+static void setprfx(int, const char *);
 
 %}