New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / compiler / headers / normalize.hh
diff --git a/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/normalize.hh b/interpretor/preprocessor/faust-0.9.47mr3/compiler/headers/normalize.hh
new file mode 100644 (file)
index 0000000..ad79629
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __NORMALIZE__
+#define __NORMALIZE__
+
+Tree normalizeAddTerm(Tree t);
+
+Tree normalizeDelay1Term(Tree s);
+Tree normalizeFixedDelayTerm(Tree s, Tree d);
+
+#endif