diff tao-1.0-beta-30Apr2000/taoparse/taoparser.yy tao-1.0-beta-30Apr2000-corr/taoparse/taoparser.yy 2685c2687 < cout << "\n#line " << lineno << " \"" << scriptname << "\"" --- > cout << "\n#line " << lineno << " \"" << scriptname << "\""; // Torsten added ';' diff tao-1.0-beta-30Apr2000/taoparse/taoscanner.ll tao-1.0-beta-30Apr2000-corr/taoparse/taoscanner.ll 45c45,46 < extern streq(const char *s1, const char *s2); --- > // Torsten added type 'int' for 'streq' (as found in taoparrser.cc) > extern int streq(const char *s1, const char *s2);