projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bug fixed in preprocessor for new primitives.
[Faustine.git]
/
interpretor
/
preprocessor
/
faust-0.9.47mr3
/
compiler
/
boxes
/
ppbox.cpp
diff --git
a/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.cpp
b/interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.cpp
index
10e6389
..
c54701b
100644
(file)
--- a/
interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.cpp
+++ b/
interpretor/preprocessor/faust-0.9.47mr3/compiler/boxes/ppbox.cpp
@@
-56,13
+56,13
@@
const char * prim2name(CTree *(*ptr) (CTree *, CTree *))
if (ptr == sigOR ) return "|";
if (ptr == sigXOR) return "^";
if (ptr == sigOR ) return "|";
if (ptr == sigXOR) return "^";
- if (ptr == sigLeftShift ) return "<<";
- if (ptr == sigRightShift) return ">>";
+ if (ptr == sigLeftShift ) return "<<
";
+ if (ptr == sigRightShift) return "
>>";
if (ptr == sigLT) return "< ";
if (ptr == sigLE) return "<=";
if (ptr == sigGT) return " >";
if (ptr == sigLT) return "< ";
if (ptr == sigLE) return "<=";
if (ptr == sigGT) return " >";
- if (ptr == sigGE) return ">=";
+ if (ptr == sigGE) return "
>=";
if (ptr == sigEQ) return "==";
if (ptr == sigNE) return "!=";
if (ptr == sigEQ) return "==";
if (ptr == sigNE) return "!=";