Changeset 206 in dev for trunk/abdev/BasicCompiler32/CParameter.cpp
- Timestamp:
- Jul 12, 2007, 2:58:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/CParameter.cpp
r76 r206 1 #include "stdafx.h" 2 1 3 #include "../BasicCompiler_Common/common.h" 2 4 #include "opcode.h" … … 108 110 109 111 //call free 110 extern UserProc *pSub_free;112 extern const UserProc *pSub_free; 111 113 op_call(pSub_free); 112 114 } … … 135 137 136 138 //call calloc 137 extern UserProc *pSub_calloc;139 extern const UserProc *pSub_calloc; 138 140 op_call(pSub_calloc); 139 141
Note:
See TracChangeset
for help on using the changeset viewer.