Skip to content

Commit

Permalink
pd instance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uliss committed Mar 11, 2021
1 parent 711137c commit 145d373
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ceammc/ext/src/lib/cicm/Sources/eclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ static const char* SYM_DSP = "dsp";
static const char* SYM_DSP_ADD = "dsp_add";
static const char* SYM_DSP_ADD64 = "dsp_add";

#ifdef PD_INSTANCE
#define GSYM(name) t_symbol* G_##name = gensym(name)
#else
#define GSYM(name) static t_symbol* G_##name = gensym(name)
#endif

enum CategoryType {
CAT_BASE = 0,
Expand Down

0 comments on commit 145d373

Please sign in to comment.