Changeset 248 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Jul 29, 2007, 12:33:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r246 r248 5 5 #include <jenga/include/smoothie/Smoothie.h> 6 6 7 #include <LexicalScop ingImpl.h>7 #include <LexicalScope.h> 8 8 #include <Class.h> 9 9 #include <Compiler.h> … … 387 387 388 388 //レキシカルスコープ情報を初期化 389 GetLexicalScopes().Init(obp);389 compiler.codeGenerator.lexicalScopes.Init(obp); 390 390 391 391
Note:
See TracChangeset
for help on using the changeset viewer.