Changeset 76 in dev for BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Mar 21, 2007, 9:26:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/VariableOpe.cpp
r75 r76 770 770 } 771 771 772 if( _memicmp(variable,"This.",5)==0){772 if(memicmp(variable,"This.",5)==0){ 773 773 //Thisオブジェクトのメンバを参照するとき 774 774 SlideString(variable+5,-5); … … 1115 1115 // グローバル変数を追加 1116 1116 ///////////////////////// 1117 extern int MaxGlobalVarNum;1118 1117 extern int AllInitGlobalVarSize; 1119 1118 extern int AllGlobalVarSize;
Note:
See TracChangeset
for help on using the changeset viewer.