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

Tim Blechmann timblech at users.sourceforge.net
Sun May 22 14:51:13 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	m_pd.c 
Log Message:
upgrading to 0.39-test2


Index: m_pd.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.c,v
retrieving revision 1.3
retrieving revision 1.3.8.1
diff -C2 -d -r1.3 -r1.3.8.1
*** m_pd.c	6 Sep 2004 20:20:35 -0000	1.3
--- m_pd.c	22 May 2005 12:51:10 -0000	1.3.8.1
***************
*** 294,297 ****
--- 294,298 ----
  void conf_init(void);
  void glob_init(void);
+ void garray_init(void);
  
  void pd_init(void)
***************
*** 301,304 ****
--- 302,306 ----
      conf_init();
      glob_init();
+     garray_init();
  }
  





More information about the Pd-cvs mailing list