[PD-dev] [ pure-data-Patches-1217414 ] change defines MACOSX to __APPLE__

SourceForge.net noreply at sourceforge.net
Thu Jun 9 08:27:24 CEST 2005


Patches item #1217414, was opened at 2005-06-09 02:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217414&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Nobody/Anonymous (nobody)
Summary: change defines MACOSX to __APPLE__

Initial Comment:

gcc defines __APPLE__ automatically on Mac OS X so
there is no need for the -DMACOSX, #ifdef MACOSX, etc 
This patch just changes every relevant instance of
MACOSX to __APPLE__ and removes -DMACOSX in configure.in.

This does not change the functionality at all, but
cleans up the code, using standard constructs, and
makes things consistent with __linux__ and __FreeBSD__.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217414&group_id=55736




More information about the Pd-dev mailing list