Changeset 301 in dev for trunk/abdev/BasicCompiler32/NumOpe.cpp
- Timestamp:
- Aug 23, 2007, 10:58:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/NumOpe.cpp
r299 r301 233 233 bool TermOpe( const char *term, const Type &baseType, Type &resultType, bool &isLiteral, BOOL *pbUseHeap, bool isWantObject, bool *pIsClassName, bool isProcedureCallOnly ){ 234 234 char parameter[VN_SIZE]; 235 236 if( (string)term=="a[1]")237 {238 int test=0;239 }240 235 241 236 // Withを解決
Note:
See TracChangeset
for help on using the changeset viewer.