[PD-cvs] externals/cxc cxavgdev.c, 1.1, 1.2 cxmean.c, 1.1, 1.2 cxstddev.c, 1.1, 1.2 mean~.c, 1.2, 1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 3 22:59:44 CEST 2007


Update of /cvsroot/pure-data/externals/cxc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32618

Modified Files:
	mean~.c 
Added Files:
	cxavgdev.c cxmean.c cxstddev.c 
Log Message:
found some hidden classes and made them build as single-file-single-class; got rid of some warnings

--- NEW FILE: cxstddev.c ---
#include "mean~.c"

--- NEW FILE: cxmean.c ---
#include "mean~.c"

Index: mean~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/cxc/mean~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mean~.c	2 Apr 2007 20:41:41 -0000	1.2
--- mean~.c	3 Apr 2007 20:59:42 -0000	1.3
***************
*** 8,12 ****
  #include "m_pd.h"
  #include <math.h>
! //#include <stdlib.h>
  
  
--- 8,12 ----
  #include "m_pd.h"
  #include <math.h>
! #include <stdlib.h>
  
  

--- NEW FILE: cxavgdev.c ---
#include "mean~.c"





More information about the Pd-cvs mailing list