X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=tool%2Fcompiler.h;h=046209929c336e14a62153ee9352693739c2a889;hp=2b3fb91ee7681044e5963e153b5fba1698009d7f;hb=34213c1b452d87fcf1649bf42179a218361b5818;hpb=4371289ed39d8135d407bc7bbbfbedea0cfd6dde diff --git a/tool/compiler.h b/tool/compiler.h index 2b3fb91..0462099 100644 --- a/tool/compiler.h +++ b/tool/compiler.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef TOOL_COMPILER_H_ #define TOOL_COMPILER_H_ @@ -67,6 +60,8 @@ private: void exclude(const std::string &); void pattern(const std::string &); + void wrap(); + void wrap_keyword(const std::string &); void write(const Msp::DataFile::Statement &); };