summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src/m_pd.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/m_pd.h')
-rw-r--r--apps/plugins/pdbox/PDa/src/m_pd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/pdbox/PDa/src/m_pd.h b/apps/plugins/pdbox/PDa/src/m_pd.h
index efd5cf13c5..49c0af9731 100644
--- a/apps/plugins/pdbox/PDa/src/m_pd.h
+++ b/apps/plugins/pdbox/PDa/src/m_pd.h
@@ -121,7 +121,7 @@ typedef union word
121 int w_index; 121 int w_index;
122} t_word; 122} t_word;
123 123
124typedef enum 124enum
125{ 125{
126 A_NULL, 126 A_NULL,
127 A_FLOAT, 127 A_FLOAT,
@@ -135,7 +135,8 @@ typedef enum
135 A_DOLLSYM, 135 A_DOLLSYM,
136 A_GIMME, 136 A_GIMME,
137 A_CANT 137 A_CANT
138} t_atomtype; 138};
139typedef unsigned int t_atomtype;
139 140
140#define A_DEFSYMBOL A_DEFSYM /* better name for this */ 141#define A_DEFSYMBOL A_DEFSYM /* better name for this */
141 142