]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
Oh, right, put the correct prototype for yylex back in
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Mon, 21 Jan 2008 16:20:51 +0000 (16:20 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Mon, 21 Jan 2008 16:20:51 +0000 (16:20 +0000)
git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@267 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

zephyr/zwgc/lexer.h

index 0cda2b4fba2cf27a337fbc3be76a770a38da024d..27c3e75fc9422fccef266dd648a00cf4674674c9 100644 (file)
@@ -54,6 +54,6 @@ extern void lex_open(FILE *);
  * yylex - performs as per. the yacc manual's requirements
  */
 
-/* extern int yylex(); */
+extern int yylex(void);
 
 #endif