Ignore:
Timestamp:
Jan 13, 2010, 11:41:05 PM (16 years ago)
Author:
bird
Message:

kash: made it build on mac os x again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/arith.y

    r1233 r2382  
    191191yyerror(const char *s)
    192192{
    193    shinstance *psh = arith_psh;
     193    shinstance *psh = arith_psh;
     194#ifndef YYBISON /* yyerrok references yyerrstatus which is a local variable in yyparse().*/
    194195        yyerrok;
     196#endif
    195197        yyclearin;
    196198        arith_lex_reset();      /* reprime lex */
Note: See TracChangeset for help on using the changeset viewer.