[PD-cvs] packages/darwin_app/patches MACOSX-to-__APPLE__.patch, 1.1, 1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Jun 9 18:20:01 CEST 2005


Update of /cvsroot/pure-data/packages/darwin_app/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26079

Modified Files:
	MACOSX-to-__APPLE__.patch 
Log Message:
changed comment to be more human readable

Index: MACOSX-to-__APPLE__.patch
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/patches/MACOSX-to-__APPLE__.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MACOSX-to-__APPLE__.patch	9 Jun 2005 06:23:07 -0000	1.1
--- MACOSX-to-__APPLE__.patch	9 Jun 2005 16:19:58 -0000	1.2
***************
*** 248,252 ****
   
  -/* Startup file reading for linux and MACOSX.  As of 0.38 this will be
! +/* Startup file reading for linux and __APPLE__.  As of 0.38 this will be
   deprecated in favor of the "settings" mechanism */
   
--- 248,252 ----
   
  -/* Startup file reading for linux and MACOSX.  As of 0.38 this will be
! +/* Startup file reading for linux and Mac OS X.  As of 0.38 this will be
   deprecated in favor of the "settings" mechanism */
   
***************
*** 280,284 ****
   
  -#ifndef MACOSX     /* linux and IRIX only; in MACOSX we don't link this in */
! +#ifndef __APPLE__     /* linux and IRIX only; in __APPLE__ we don't link this in */
   #include "tk.h"
   #include <stdlib.h>
--- 280,284 ----
   
  -#ifndef MACOSX     /* linux and IRIX only; in MACOSX we don't link this in */
! +#ifndef __APPLE__     /* linux and IRIX only; in Mac OS X we don't link this in */
   #include "tk.h"
   #include <stdlib.h>





More information about the Pd-cvs mailing list