]> git.tdb.fi Git - libs/datafile.git/blobdiff - tool/compiler.h
Emit source file markers in compiled files
[libs/datafile.git] / tool / compiler.h
index f77f04bdab2569ded7a82ba9520ac46e861f195d..2b3fb91ee7681044e5963e153b5fba1698009d7f 100644 (file)
@@ -20,6 +20,7 @@ class Compiler: public Msp::DataFile::Loader
 
 private:
        Msp::DataFile::Writer &writer;
+       bool reset_src;
 
 public:
        Compiler(Msp::DataFile::Writer &);
@@ -33,6 +34,7 @@ private:
        void process_file(const Msp::FS::Path &);
 };
 
+
 class File: public Msp::DataFile::Loader
 {
 private:
@@ -48,6 +50,7 @@ private:
        void write(const Msp::DataFile::Statement &);
 };
 
+
 class ForEach: public Msp::DataFile::Loader
 {
 private: