[PD-cvs] externals/unauthorized/blinkenlights blinkenlights.c, 1.6, 1.7

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Nov 21 00:54:53 CET 2005


Update of /cvsroot/pure-data/externals/unauthorized/blinkenlights
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17555

Modified Files:
	blinkenlights.c 
Log Message:
changed define to __APPLE__ which is automatically defined by gcc on OSX

Index: blinkenlights.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/blinkenlights/blinkenlights.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** blinkenlights.c	27 Oct 2005 15:06:33 -0000	1.6
--- blinkenlights.c	20 Nov 2005 23:54:51 -0000	1.7
***************
*** 43,47 ****
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef MACOSX
  #include <malloc.h>
  #endif
--- 43,47 ----
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef __APPLE__
  #include <malloc.h>
  #endif





More information about the Pd-cvs mailing list