aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/m_pd.h
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-04-24 19:15:00 +0000
committerN.N. <matju@users.sourceforge.net>2009-04-24 19:15:00 +0000
commit36861a284d3879f570f5803df66586c1e50ce143 (patch)
tree78c3352487a38faaa39df126bda5d0939f46557d /desiredata/src/m_pd.h
parent984fdc5f8779efedd9f5eb508199ef2eb84afca3 (diff)
added A_LIST for binbuf atoms... may rename it later
svn path=/trunk/; revision=11117
Diffstat (limited to 'desiredata/src/m_pd.h')
-rw-r--r--desiredata/src/m_pd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/desiredata/src/m_pd.h b/desiredata/src/m_pd.h
index cb1a7c72..6133f1ee 100644
--- a/desiredata/src/m_pd.h
+++ b/desiredata/src/m_pd.h
@@ -229,7 +229,10 @@ typedef enum {
A_DOLLAR, A_DOLLSYM, /* radioactive elements of the second kind */
A_GIMME, /* non-type: represents varargs */
A_CANT, /* bottom type: type constraint is impossible */
- A_ATOM /* top type: type constraint doesn't constrain */
+ A_LIST /* t_list *, the 4th stable element (future use) */
+ /* 14 = A_GRID for GridFlow */
+ /* 15 = A_GRIDOUT for GridFlow */
+ /* 16 could be A_ATOM, top type: type constraint doesn't constrain */
} t_atomtype;
#define A_DEFSYMBOL A_DEFSYM /* better name for this */