2a0fd92
--- milter-regex/parse.y	2004-10-29 15:48:42.000000000 +0100
2a0fd92
+++ milter-regex/parse.y	2007-04-18 09:56:34.000000000 +0100
2a0fd92
@@ -44,7 +44,7 @@
2a0fd92
 #include "eval.h"
2a0fd92
 
2a0fd92
 int			 yyerror(char *, ...);
2a0fd92
-static int		 yyparse(void);
2a0fd92
+extern int		 yyparse(void);
2a0fd92
 static int		 define_macro(const char *, struct expr *);
2a0fd92
 static struct expr	*find_macro(const char *);
2a0fd92
 
2a0fd92
@@ -473,9 +473,6 @@
2a0fd92
 		*r = rs;
2a0fd92
 		return (0);
2a0fd92
 	}
2a0fd92
-#ifdef __linux__
2a0fd92
-	(void)&yyrcsid; /* warning about yyrcsid declared but unused */
2a0fd92
-#endif
2a0fd92
 }
2a0fd92
 
2a0fd92
 static int