|
FAUST compiler
0.9.9.6b8
|
00001 #ifndef __COLORIZE__ 00002 #define __COLORIZE__ 00003 00004 #include <set> 00005 #include <algorithm> 00006 #include <iterator> 00007 00008 #include "tlib.hh" 00009 00010 void splitDependance(const set<Tree>& exps, set<Tree>& post, set<Tree>& pre); 00011 00012 #endif
1.8.0