Changeset 46 in dev for BasicCompiler_Common/error.cpp
- Timestamp:
- Feb 6, 2007, 1:19:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/error.cpp
r45 r46 364 364 365 365 #define STRING_SYSTEM_DECLAREHANDLE "*_System_DeclareHandle_" 366 void DifferentTypeError( int VarType,LONG_PTR VarIndex,int CalcType,LONG_PTR CalcIndex,int iWarning,char *pszFuncName,int ParmNum){366 void DifferentTypeError(const int VarType,LONG_PTR VarIndex,const int CalcType,LONG_PTR CalcIndex,const int iWarning,const char *pszFuncName,const int ParmNum){ 367 367 ////////////////////////// 368 368 // キャストに関する警告 … … 396 396 } 397 397 398 bool CheckDifferentType( int VarType,LONG_PTR lpVarIndex,int CalcType,LONG_PTR lpCalcIndex,char *pszFuncName,int ParmNum){398 bool CheckDifferentType(const int VarType,const LONG_PTR lpVarIndex,int CalcType,const LONG_PTR lpCalcIndex,const char *pszFuncName,const int ParmNum){ 399 399 400 400 if(VarType==DEF_OBJECT||CalcType==DEF_OBJECT){
Note:
See TracChangeset
for help on using the changeset viewer.