support-joinsrcs.patch 415 B

1234567891011121314151617181920212223
  1. --- a/javacodegen.cpp
  2. +++ b/javacodegen.cpp
  3. @@ -1681,4 +1681,8 @@ ostream &JavaTabCodeGen::source_error( const InputLoc &loc )
  4. return cerr;
  5. }
  6. -
  7. +#undef _resume
  8. +#undef _again
  9. +#undef _eof_trans
  10. +#undef _test_eof
  11. +#undef _out
  12. --- a/rlscan.h
  13. +++ b/rlscan.h
  14. @@ -33,7 +33,7 @@
  15. using std::istream;
  16. using std::ostream;
  17. -extern char *Parser_lelNames[];
  18. +extern const char *Parser_lelNames[];
  19. struct Scanner
  20. {