Pbm with parser.y from CVS head



 Seems that symbol_lookup get augmented, but this file didn't get commited
I replaced 
 sym = symbol_lookup (string);
and
 s = symbol_lookup (tree->u.function.symbol->str);

by

 sym = symbol_lookup (global_symbol_table, string);
and
 s = symbol_lookup (global_symbol_table, tree->u.function.symbol->str);

  However I'm not sure it's the Right Way to fix this,

Daniel

-- 
Daniel.Veillard@w3.org | W3C  MIT/LCS  NE43-344  | Today's Bookmarks :
Tel: +1 617 253 5884  | 545 Technology Square   | Linux, WWW, rpm2html,
Fax: +1 617 258 5999  | Cambridge, MA 02139 USA | badminton, Kaffe,
http://www.w3.org/People/W3Cpeople.html#Veillard | HTTP-NG and Amaya.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]