source: dev/BasicCompiler_Common/src/Smoothie.cpp@ 91

Last change on this file since 91 was 91, checked in by dai_9181, 17 years ago

ログ機構(Smoothie::Logger)を導入。
動的型情報生成において、未使用クラスの登録は行わないようにした。

File size: 204 bytes
Line 
1#include <..\common.h>
2
3string Smoothie::Logger::log = "";
4
5BasicSource Smoothie::Lexical::source;
6
7TypeDefCollection Smoothie::Meta::typeDefs;
8vector<ProcPointer *> Smoothie::Meta::procPointers;
Note: See TracBrowser for help on using the repository browser.