Changeset 2382 for trunk/src/kash/arith.y
- Timestamp:
- Jan 13, 2010, 11:41:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/arith.y
r1233 r2382 191 191 yyerror(const char *s) 192 192 { 193 shinstance *psh = arith_psh; 193 shinstance *psh = arith_psh; 194 #ifndef YYBISON /* yyerrok references yyerrstatus which is a local variable in yyparse().*/ 194 195 yyerrok; 196 #endif 195 197 yyclearin; 196 198 arith_lex_reset(); /* reprime lex */
Note:
See TracChangeset
for help on using the changeset viewer.