Changeset 265 for branches/1.1

Show
Ignore:
Timestamp:
10/24/2006 05:05:39 AM (2 years ago)
Author:
moo
Message:

trunk->1.1: merged [264], remove false assertion.

Location:
branches/1.1
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1

    • Property svnmerge-integrated changed from /trunk:1-157,159,161-162,166-180,182,184,186-187,194,201,211,218,237-247,249,251-254 to /trunk:1-157,159,161-162,166-180,182,184,186-187,194,201,211,218,237-247,249,251-254,264
  • branches/1.1/utils.c

    r260 r265  
    374374    CG(function_table) = &TG(function_table); 
    375375 
    376     assert(EG(class_table) == CG(class_table)); 
    377  
    378376    OG(class_table) = CG(class_table); 
    379377    CG(class_table) = &TG(class_table);