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