Changeset 128 in dev for BasicCompiler32/Opcode.h


Ignore:
Timestamp:
May 18, 2007, 4:42:36 AM (17 years ago)
Author:
dai_9181
Message:

Blittable型を導入した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Opcode.h

    r122 r128  
    102102//NumOpe.cpp
    103103void PushReturnValue(int type);
    104 bool TermOpe( const char *term, const Type &baseType, Type &resultType, bool &isLiteral, BOOL *pbUseHeap, bool *pIsClassName = NULL, bool isProcedureCallOnly = false );
     104bool TermOpe(
     105             const char *term,
     106             const Type &baseType,
     107             Type &resultType,
     108             bool &isLiteral,
     109             BOOL *pbUseHeap,
     110             bool isWantObject = false,
     111             bool *pIsClassName = NULL,
     112             bool isProcedureCallOnly = false );
    105113bool NumOpe( int reg,
    106114            const char *expression,
Note: See TracChangeset for help on using the changeset viewer.