Changeset 102 in dev for BasicCompiler64/NumOpe.cpp
- Timestamp:
- Apr 29, 2007, 2:34:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/NumOpe.cpp
r97 r102 280 280 281 281 if( pIsClassName ){ 282 if( pobj_DBClass-> check( termFull ) ){282 if( pobj_DBClass->Find( termFull ) ){ 283 283 *pIsClassName = true; 284 284 return true;
Note:
See TracChangeset
for help on using the changeset viewer.