Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27115
Modified Files: Tag: desiredata m_pd.h Log Message: added A_ATOM type, a type constraint representing "anything" but for a single atom.
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.4.4.11.2.33.2.60 retrieving revision 1.4.4.11.2.33.2.61 diff -C2 -d -r1.4.4.11.2.33.2.60 -r1.4.4.11.2.33.2.61 *** m_pd.h 20 Jul 2007 21:23:23 -0000 1.4.4.11.2.33.2.60 --- m_pd.h 30 Jul 2007 03:25:40 -0000 1.4.4.11.2.33.2.61 *************** *** 159,163 **** A_DOLLAR, A_DOLLSYM, /* radioactive elements of the second kind */ A_GIMME, /* non-type: represents varargs */ ! A_CANT /* bottom type */ } t_atomtype;
--- 159,164 ---- 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 */ } t_atomtype;