Changeset 265

Show
Ignore:
Timestamp:
10/24/2006 07:05:39 AM (7 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
      /trunkmerged: 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);