Changeset 28 in dev for BasicCompiler64/Compile_CallProc.cpp
- Timestamp:
- Jan 8, 2007, 6:34:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_CallProc.cpp
r27 r28 49 49 char ObjectName[VN_SIZE]; 50 50 int RefType; 51 GetObjectName(name,ObjectName,&RefType);51 SplitObjectName(name,ObjectName,&RefType); 52 52 53 53 … … 113 113 char ObjectName[VN_SIZE]; 114 114 int RefType; 115 GetObjectName(VarName,ObjectName,&RefType);115 SplitObjectName(VarName,ObjectName,&RefType); 116 116 117 117 //オーバーロード用の関数リストを作成
Note:
See TracChangeset
for help on using the changeset viewer.