[PD-cvs] pd/src m_pd.c,1.3.8.1,1.3.8.2

Mathieu Bouchard matju at users.sourceforge.net
Fri Oct 7 17:02:54 CEST 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11175

Modified Files:
      Tag: devel_0_39
	m_pd.c 
Log Message:
fixed syntax error when desire=1


Index: m_pd.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.c,v
retrieving revision 1.3.8.1
retrieving revision 1.3.8.2
diff -C2 -d -r1.3.8.1 -r1.3.8.2
*** m_pd.c	22 May 2005 12:51:10 -0000	1.3.8.1
--- m_pd.c	7 Oct 2005 15:02:52 -0000	1.3.8.2
***************
*** 213,216 ****
--- 213,220 ----
  */
  
+ #ifdef DESIRE
+ #undef g_next
+ #endif
+ 
  typedef struct _gstack
  {





More information about the Pd-cvs mailing list