Changeset 275 in dev for trunk/abdev/BasicCompiler_Common/src/Variable.cpp
- Timestamp:
- Aug 11, 2007, 4:23:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Variable.cpp
r273 r275 74 74 } 75 75 76 void Variables::Add( Variable *pVar , bool isInitArea)76 void Variables::Add( Variable *pVar ) 77 77 { 78 78 int alignment = 0; … … 81 81 } 82 82 83 if( isInitArea){83 if( pVar->HasInitData() ){ 84 84 //初期バッファがあるとき 85 85
Note:
See TracChangeset
for help on using the changeset viewer.