[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MAC_OS_X cpp macro?
From: |
Stefan Monnier |
Subject: |
MAC_OS_X cpp macro? |
Date: |
Mon, 10 Dec 2007 11:47:56 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) |
> On a related note: do we have somewhere a list of such CPP defines with
> their intended meanings? If so, where? If not, then let's make one.
While taking a look at this idea, I bumped into the following in mac.c:
[...]
#ifndef MAC_OS_X
[...]
AFAICT it's the only occurrence of MAC_OS_X in an ifdef/ifndef, whereas
there are many occurrences of MAC_OSX. Is that a typo?
Stefan