Rename interpretor to interpreter.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / compiler / parallelize / colorize.h
diff --git a/interpreter/preprocessor/faust-0.9.47mr3/compiler/parallelize/colorize.h b/interpreter/preprocessor/faust-0.9.47mr3/compiler/parallelize/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