Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / compiler / parallelize / colorize.h
1 #ifndef __COLORIZE__
2 #define __COLORIZE__
3
4 #include <set>
5 #include <algorithm>
6 #include <iterator>
7
8 #include "tlib.hh"
9
10 void splitDependance(const set<Tree>& exps, set<Tree>& post, set<Tree>& pre);
11
12 #endif