Changeset 129 in dev for BasicCompiler_Common
- Timestamp:
- Jun 2, 2007, 12:09:08 AM (18 years ago)
- Location:
- BasicCompiler_Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Class.cpp
r128 r129 17 17 CMember::CMember( CClass *pobj_c, DWORD access, bool isConst, bool isRef, char *buffer, int nowLine ){ 18 18 extern int cp; 19 20 if( strstr(buffer,"environVarName")){ 21 int test=0; 22 } 19 23 20 24 //構文を解析 -
BasicCompiler_Common/NumOpe_GetType.cpp
r128 r129 603 603 )){ 604 604 // ダウンキャストを許可する 605 } 606 else if( idCalc == CALC_AS ){ 607 // NumOpe_GetTypeではすべてのキャストを許可する 605 608 } 606 609 else{
Note:
See TracChangeset
for help on using the changeset viewer.