Ignore:
Timestamp:
Aug 22, 2007, 11:09:26 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Opcode.h

    r292 r293  
    227227int CallOperatorProc(int idCalc, const Type &baseType, int *type_stack,LONG_PTR *index_stack,BOOL *bUseHeap,int &sp);
    228228void CallCastOperatorProc(Type &calcType,BOOL bCalcUseHeap,const Type &toType);
    229 void CallIndexerGetterProc(const CClass *pobj_Class,char *ObjectName, const Type &leftType, char *Parameter,Type &resultType);
     229void CallIndexerGetterProc( const Type &classType, char *ObjectName, char *Parameter,Type &resultType);
    230230
    231231//Compile_Statement.cpp
Note: See TracChangeset for help on using the changeset viewer.