[PD-cvs] externals/grh/adaptive/src adaptive.c,1.1,1.2

Georg Holzmann grholzi at users.sourceforge.net
Sun Jan 7 17:17:05 CET 2007


Update of /cvsroot/pure-data/externals/grh/adaptive/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11651

Modified Files:
	adaptive.c 
Log Message:
small fix for compilation on OS-X (Thomas Grill)


Index: adaptive.c
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/adaptive/src/adaptive.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** adaptive.c	12 Jul 2005 14:07:00 -0000	1.1
--- adaptive.c	7 Jan 2007 16:17:03 -0000	1.2
***************
*** 21,25 ****
  } t_adaptive;
  
! t_class *adaptive_class;
  
  static void adaptive_help(void)
--- 21,25 ----
  } t_adaptive;
  
! t_class *adaptive_class = NULL;
  
  static void adaptive_help(void)





More information about the Pd-cvs mailing list