Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5719
Modified Files: Tag: desiredata m_pd.h Log Message: removed A_STRING
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.4.4.11.2.33.2.37 retrieving revision 1.4.4.11.2.33.2.38 diff -C2 -d -r1.4.4.11.2.33.2.37 -r1.4.4.11.2.33.2.38 *** m_pd.h 4 Jan 2007 23:21:24 -0000 1.4.4.11.2.33.2.37 --- m_pd.h 5 Jan 2007 00:02:58 -0000 1.4.4.11.2.33.2.38 *************** *** 98,109 **** gpointers are pointing here. */
- #define GP_NONE 0 /* the stub points nowhere (has been cut off) */ - #define GP_CANVAS 1 /* the stub points to a glist element */ - #define GP_GLIST 1 - #define GP_ARRAY 2 /* ... or array */ - #ifdef PD_PLUSPLUS_FACE - #else - #endif - #ifdef PD_PLUSPLUS_FACE typedef struct _gpointer { --- 98,101 ---- *************** *** 150,155 **** A_DOLLAR, A_DOLLSYM, /* radioactive elements of the second kind */ A_GIMME, /* non-type: represents varargs */ ! A_CANT, /* bottom type */ ! A_STRING /* symbol-like type (future use) */ } t_atomtype;
--- 142,146 ---- A_DOLLAR, A_DOLLSYM, /* radioactive elements of the second kind */ A_GIMME, /* non-type: represents varargs */ ! A_CANT /* bottom type */ } t_atomtype;
*************** *** 343,347 **** EXTERN t_int atom_getintarg( int which, int argc, t_atom *argv); EXTERN t_symbol *atom_getsymbolarg(int which, int argc, t_atom *argv); ! EXTERN const char *atom_getstringarg(int which, int argc, t_atom *argv);
/* this function should produce a literal, whereas getstring gives the exact string */ --- 334,338 ---- EXTERN t_int atom_getintarg( int which, int argc, t_atom *argv); EXTERN t_symbol *atom_getsymbolarg(int which, int argc, t_atom *argv); ! EXTERN const char *atom_getstringarg(int which, int argc, t_atom *argv); /* see above */
/* this function should produce a literal, whereas getstring gives the exact string */