]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
r4277@bucket (orig r267): kcr | 2008-01-21 11:20:51 -0500
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Thu, 18 Dec 2008 04:49:48 +0000 (04:49 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Thu, 18 Dec 2008 04:49:48 +0000 (04:49 +0000)
 Oh, right, put the correct prototype for yylex back in

git-svn-id: svn://svn.1ts.org/debian/trunk@339 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