From 36861a284d3879f570f5803df66586c1e50ce143 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 24 Apr 2009 19:15:00 +0000 Subject: added A_LIST for binbuf atoms... may rename it later svn path=/trunk/; revision=11117 --- desiredata/src/m_pd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desiredata') 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 */ -- cgit v1.2.1