Tomas Janousek b3f626
--- brltty-3.7.2/BrailleDrivers/Papenmeier/config.y.yacc-buildfix	2005-12-26 13:57:44.000000000 +0100
Tomas Janousek b3f626
+++ brltty-3.7.2/BrailleDrivers/Papenmeier/config.y	2007-03-05 15:31:27.000000000 +0100
Tomas Janousek b3f626
@@ -41,7 +41,7 @@
Tomas Janousek b3f626
 #define YYERROR_VERBOSE
Tomas Janousek b3f626
 static int yylex(void);
Tomas Janousek b3f626
 static int yyerror(char*);    
Tomas Janousek b3f626
-static int yyparse();
Tomas Janousek b3f626
+/*static*/ int yyparse();
Tomas Janousek b3f626
 
Tomas Janousek b3f626
 /* to be called: */
Tomas Janousek b3f626
 static int parse (void);