projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git]
/
interpretor
/
preprocessor
/
faust-0.9.47mr3
/
compiler
/
signals
/
sigorderrules.hh
1
#ifndef __SIGORDER__
2
#define __SIGORDER__
3
4
#include "signals.hh"
5
6
int getSigOrder(Tree sig);
7
8
#endif
9