Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2839
Modified Files: Tag: devel_0_39 desire.h Log Message: should have been with previous commit of desire.c
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.45 retrieving revision 1.1.2.46 diff -C2 -d -r1.1.2.45 -r1.1.2.46 *** desire.h 28 Nov 2006 01:54:00 -0000 1.1.2.45 --- desire.h 28 Nov 2006 03:12:57 -0000 1.1.2.46 *************** *** 191,196 **** --- 191,200 ---- } t_dataslot;
+ #ifdef PD_PLUSPLUS_FACE + typedef struct t_template : t_pd { + #else typedef struct t_template { t_pd t_pdobj; /* header */ + #endif t_gtemplate *t_list; /* list of "struct"/gtemplate objects */ t_symbol *sym; /* name */