Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16465
Modified Files: Tag: desiredata m_pd.h Log Message: some more t_hash changes
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.4.4.11.2.33.2.64 retrieving revision 1.4.4.11.2.33.2.65 diff -C2 -d -r1.4.4.11.2.33.2.64 -r1.4.4.11.2.33.2.65 *** m_pd.h 30 Jul 2007 19:56:29 -0000 1.4.4.11.2.33.2.64 --- m_pd.h 30 Jul 2007 20:11:15 -0000 1.4.4.11.2.33.2.65 *************** *** 179,182 **** --- 179,183 ---- typedef void *hashvalue;
+ #ifdef __cplusplus struct t_hashentry { hashkey k; *************** *** 185,189 **** };
- #ifdef __cplusplus class t_hash /* : t_pd */ { long capa; --- 186,189 ----