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