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

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

名前空間機能をグローバル関数に適用(作業完了)。

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