Changeset 280 in dev for trunk/abdev/BasicCompiler_Common/error.cpp
- Timestamp:
- Aug 14, 2007, 8:37:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/error.cpp
r279 r280 330 330 else{ 331 331 std::string dummyStr; 332 compiler.GetObjectModule(). source.GetLineInfo( pos, pErrorInfo[ErrorNum].line, dummyStr );332 compiler.GetObjectModule().GetCurrentSource().GetLineInfo( pos, pErrorInfo[ErrorNum].line, dummyStr ); 333 333 334 334 pErrorInfo[ErrorNum].FileName=(char *)HeapAlloc(hHeap,0,lstrlen(dummyStr.c_str())+1);
Note:
See TracChangeset
for help on using the changeset viewer.