New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / compiler / headers / colorize.h
diff --git a/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/colorize.h b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/colorize.h
new file mode 100644 (file)
index 0000000..1a50216
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __COLORIZE__
+#define __COLORIZE__
+
+#include <set>
+#include <algorithm>
+#include <iterator>
+
+#include "tlib.hh"
+
+void splitDependance(const set<Tree>& exps, set<Tree>& post, set<Tree>& pre);
+
+#endif