Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6917
Modified Files: Tag: desiredata s_path.c x_list.c Log Message: remove #ifdef DESIRE
Index: s_path.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_path.c,v retrieving revision 1.3.4.6.2.8.2.2 retrieving revision 1.3.4.6.2.8.2.3 diff -C2 -d -r1.3.4.6.2.8.2.2 -r1.3.4.6.2.8.2.3 *** s_path.c 6 Dec 2006 01:24:57 -0000 1.3.4.6.2.8.2.2 --- s_path.c 8 Dec 2006 04:33:37 -0000 1.3.4.6.2.8.2.3 *************** *** 516,520 **** }
- #ifdef DESIRE void glob_update_path (void) { t_namelist *nl; --- 516,519 ---- *************** *** 523,525 **** sys_vgui("}\n"); } - #endif --- 522,523 ----
Index: x_list.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/x_list.c,v retrieving revision 1.2.2.9.2.1 retrieving revision 1.2.2.9.2.2 diff -C2 -d -r1.2.2.9.2.1 -r1.2.2.9.2.2 *** x_list.c 5 Dec 2006 23:38:22 -0000 1.2.2.9.2.1 --- x_list.c 8 Dec 2006 04:33:37 -0000 1.2.2.9.2.2 *************** *** 416,423 **** } } - #ifdef DESIRE /* workaround for bug in m_class.c */ pd_set_newest(newest); - #endif return (newest); } --- 416,421 ----