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
/
propagate
/
labels.hh
1
#ifndef __LABELS__
2
#define __LABELS__
3
#include "tlib.hh"
4
#include "boxes.hh"
5
#include "signals.hh"
6
7
8
Tree normalizePath(Tree path);
9
10
#endif