Changeset 364 in dev for trunk/abdev/BasicCompiler32
- Timestamp:
- Nov 11, 2007, 3:12:06 PM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Opcode.h
r350 r364 188 188 189 189 private: 190 bool EvaluateOverloadScore( int level, const Parameters &targetParms, const Type &targetResultType );190 bool EvaluateOverloadScore( int level, const Parameters &targetParms, const Type &targetResultType, bool &isErrored ); 191 191 public: 192 192 const UserProc *_OverloadSolution( const char *name, std::vector<const UserProc *> &subs, bool isEnabledReturnType = false ); -
trunk/abdev/BasicCompiler32/commandvalue.h
r118 r364 94 94 #define COM_ABSTRACT 0x11B2 95 95 #define COM_NAMESPACE 0x11B3 96 #define COM_TRY 0x11B4 96 97 97 98 //ウィンドウ制御
Note:
See TracChangeset
for help on using the changeset viewer.