]> granicus.if.org Git - sudo/commitdiff
added prototype for yyerror
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 23 Sep 1995 20:48:04 +0000 (20:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 23 Sep 1995 20:48:04 +0000 (20:48 +0000)
parse.lex

index 1f18edc32a34077ce5bd7eac01cd6a53c01f6882..1072d3589d8c857f8cc7c2a77f5644cbfb0a5292 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -63,6 +63,7 @@ static int sawspace = 0;
 static void fill               __P((char *, int));
 static void append             __P((char *, int, int));
 extern void reset_aliases      __P((void));
+extern void yyerror            __P((char *));
 
 /* realloc() to size + COMMANDARGINC to make room for command args */
 #define COMMANDARGINC  256