Changeset 364 in dev for trunk/abdev/BasicCompiler64
- Timestamp:
 - Nov 11, 2007, 3:12:06 PM (18 years ago)
 - Location:
 - trunk/abdev/BasicCompiler64
 - Files:
 - 
      
- 2 edited
 
- 
          
  Compile_ProcOp.cpp (modified) (1 diff)
 - 
          
  Opcode.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp
r358 r364 148 148 // グローバル領域をコンパイル 149 149 //////////////////////////////////////// 150 151 UserProc::pGlobalProc = &userProc; 150 152 151 153 const UserProc *pBackUserProc = &UserProc::CompilingUserProc();  - 
      
trunk/abdev/BasicCompiler64/Opcode.h
r350 r364 287 287 288 288 private: 289 bool EvaluateOverloadScore( int level, const Parameters &targetParms, const Type &targetResultType );289 bool EvaluateOverloadScore( int level, const Parameters &targetParms, const Type &targetResultType, bool &isErrored ); 290 290 291 291 public:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  