Changeset 468 in dev for trunk/ab5.0/abdev/BasicCompiler64/Compile_Calc_PushVar.cpp
- Timestamp:
- Mar 27, 2008, 3:04:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler64/Compile_Calc_PushVar.cpp
r321 r468 19 19 } 20 20 else if( pRelativeVar->dwKind == VAR_REFGLOBAL ){ 21 SetError(300,NULL,cp);21 compiler.errorMessenger.Output(300,NULL,cp); 22 22 } 23 23 else if(pRelativeVar->dwKind==VAR_LOCAL){ … … 77 77 } 78 78 else if( pRelativeVar->dwKind == VAR_REFGLOBAL ){ 79 SetError(300,NULL,cp);79 compiler.errorMessenger.Output(300,NULL,cp); 80 80 } 81 81 else if(pRelativeVar->dwKind==VAR_LOCAL){
Note:
See TracChangeset
for help on using the changeset viewer.