[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v
From: |
Dan Nicolaescu |
Subject: |
Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v |
Date: |
Mon, 28 Jul 2008 16:28:38 -0700 |
Emanuele Giaquinta <address@hidden> writes:
> On Mon, Jul 28, 2008 at 03:59:21PM -0700, Dan Nicolaescu wrote:
>
> > Unfortunately that is not what the code in configure.in said:
> >
> > /* TODO: These are used for the Carbon port only. */
> > #undef MAC_OS
> > #undef MAC_OSX
> >
> > What is the right conditional there?
>
> I think the right conditional is to check only MAC_OSX (defined in
> s/darwin.h), that code is required by unexmacosx.c.
MAC_OSX is only define if !HAVE_NS, so that wouldn't be quite right
either.
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v, Emanuele Giaquinta, 2008/07/28
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v, Dan Nicolaescu, 2008/07/28
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v, Emanuele Giaquinta, 2008/07/28
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v,
Dan Nicolaescu <=
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v, Emanuele Giaquinta, 2008/07/29
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v, Dan Nicolaescu, 2008/07/29
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v, Emanuele Giaquinta, 2008/07/29
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v, Dan Nicolaescu, 2008/07/29
Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v, Stefan Monnier, 2008/07/28