Changeset 206 in dev for trunk/abdev/BasicCompiler64/Compile_Set_Var.cpp
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Set_Var.cpp
r96 r206 1 #include "stdafx.h" 2 1 3 #include "../BasicCompiler_Common/common.h" 2 4 #include "Opcode.h" … … 78 80 79 81 //call free 80 extern UserProc *pSub_free;82 extern const UserProc *pSub_free; 81 83 op_call(pSub_free); 82 84 }
Note:
See TracChangeset
for help on using the changeset viewer.