Ignore:
Timestamp:
Jul 21, 2007, 4:46:33 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Var.cpp

    r206 r224  
    849849            char *temp;
    850850            temp=(char *)i64data;
    851             i2=compiler.GetNativeCode().GetDataTable().AddString(temp,lstrlen(temp));
     851            i2=compiler.GetDataTable().AddString(temp,lstrlen(temp));
    852852            HeapDefaultFree(temp);
    853853
     
    10471047            char *temp;
    10481048            temp=(char *)i64data;
    1049             i2=compiler.GetNativeCode().GetDataTable().AddString(temp,lstrlen(temp));
     1049            i2=compiler.GetDataTable().AddString(temp,lstrlen(temp));
    10501050            HeapDefaultFree(temp);
    10511051
Note: See TracChangeset for help on using the changeset viewer.