Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 25, 2025
1 parent 9a83e03 commit f8a8ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfpdsp/builtin_faust.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
typedef struct {} CTree;
typedef CTree* Signal;
typedef CTree* Box;
enum SType { kSInt, kSReal };
typedef enum SType { kSInt, kSReal } SType;
enum SOperator { kAdd, kSub, kMul, kDiv, kRem, kLsh, kARsh, kLRsh, kGT, kLT, kGE, kLE, kEQ, kNE, kAND, kOR, kXOR };

LIBFAUST_API char* CprintSignal(Signal sig, bool shared, int max_size);
Expand Down

0 comments on commit f8a8ab3

Please sign in to comment.