Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26840
Modified Files: Tag: desiredata m_pd.h desire.c Log Message: the previous message was supposed to read: te_type is dead. (it was a variable in struct t_text)
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.4.4.11.2.33.2.9 retrieving revision 1.4.4.11.2.33.2.10 diff -C2 -d -r1.4.4.11.2.33.2.9 -r1.4.4.11.2.33.2.10 *** m_pd.h 13 Dec 2006 04:22:48 -0000 1.4.4.11.2.33.2.9 --- m_pd.h 13 Dec 2006 04:23:56 -0000 1.4.4.11.2.33.2.10 *************** *** 3,6 **** --- 3,7 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
+ #ifndef __m_pd_h_
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.217.2.61 retrieving revision 1.1.2.217.2.62 diff -C2 -d -r1.1.2.217.2.61 -r1.1.2.217.2.62 *** desire.c 13 Dec 2006 04:22:48 -0000 1.1.2.217.2.61 --- desire.c 13 Dec 2006 04:23:56 -0000 1.1.2.217.2.62 *************** *** 14,17 **** --- 14,18 ---- */
+ #define PD_PLUSPLUS_FACE #include "m_pd.h"