Changeset 18 in dev for BasicCompiler_Common/Intermediate_Step2.cpp
- Timestamp:
- Dec 24, 2006, 4:46:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Intermediate_Step2.cpp
r16 r18 33 33 return pci; 34 34 } 35 36 // マクロ定数を追加するための関数 35 37 void AddConstData(char *Command){ 36 38 extern HANDLE hHeap; … … 44 46 return; 45 47 } 46 if(Command[i]=='=' ){48 if(Command[i]=='=' || Command[i] == 1 && Command[i+1] == ESC_AS ){ 47 49 //定数定義は新しいクラスモジュール(CDBConst)へ移行 50 // ※この関数はマクロ定数のみを扱う 48 51 return; 49 52 }
Note:
See TracChangeset
for help on using the changeset viewer.