Changeset 587 in dev for trunk/ab5.0/abdev/compiler_x86/Compile_Var.cpp
- Timestamp:
- May 10, 2008, 3:09:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_Var.cpp
r586 r587 876 876 char *temp; 877 877 temp=(char *)i64data; 878 i2=compiler.GetObjectModule(). nativeSection.dataTable.AddString(temp,lstrlen(temp));878 i2=compiler.GetObjectModule().dataTable.AddString(temp,lstrlen(temp)); 879 879 HeapDefaultFree(temp); 880 880 … … 1065 1065 char *temp; 1066 1066 temp=(char *)i64data; 1067 i2=compiler.GetObjectModule(). nativeSection.dataTable.AddString(temp,lstrlen(temp));1067 i2=compiler.GetObjectModule().dataTable.AddString(temp,lstrlen(temp)); 1068 1068 HeapDefaultFree(temp); 1069 1069
Note:
See TracChangeset
for help on using the changeset viewer.