ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/BASSyacc.y
(Generate patch)

Comparing trunk/OOPSE/libBASS/BASSyacc.y (file contents):
Revision 1098 by gezelter, Thu Jan 29 23:01:17 2004 UTC vs.
Revision 1099 by gezelter, Mon Apr 12 20:33:12 2004 UTC

# Line 189 | Line 189 | int yyerror( char *err_msg ){
189  
190   %%
191  
192 < int yyerror( char *err_msg ){
192 > extern int yyerror( char *err_msg ){
193  
194    sprintf( painCave.errMsg, "OOPSE parse error in %s at line %d: %s\n",
195             yyfile_name->my_name, yylineno + 1, err_msg );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines