- Timestamp:
- Apr 10, 2008, 2:29:34 AM (17 years ago)
- Location:
- trunk/ab5.0/abdev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Messenger.cpp
r480 r488 343 343 { 344 344 char temporary[1024]; 345 sprintf( temporary, "%s(%d) -%s",346 Jenga::Common::Path( sourceFilePath ).GetFileName().c_str(),345 sprintf( temporary, "%s(%d) : %s", 346 sourceFilePath.c_str(), 347 347 sourceLineNum, 348 348 GetMessageString().c_str() -
trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp
r465 r488 629 629 if( isProcedureCallOnly ) 630 630 { 631 compiler.errorMessenger.Output(3, term Left, cp );631 compiler.errorMessenger.Output(3, termFull, cp ); 632 632 } 633 633
Note:
See TracChangeset
for help on using the changeset viewer.