projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add /usr/local/lib/faustine and /usr/lib/faustine to preprocessor import path.
[Faustine.git]
/
interpretor
/
preprocessor
/
faust-0.9.47mr3
/
compiler
/
normalize
/
normalize.hh
1
#ifndef __NORMALIZE__
2
#define __NORMALIZE__
3
4
Tree normalizeAddTerm(Tree t);
5
6
Tree normalizeDelay1Term(Tree s);
7
Tree normalizeFixedDelayTerm(Tree s, Tree d);
8
9
#endif