[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 21:43:00 -0700 |
Stefan Monnier <address@hidden> writes:
> >> This hunk is wrong and breaks malloc on os x when building without
> >> toolkit. The reason to have two macros, MAC_OSX and HAVE_CARBON, was to
> >> distinguish bare os x support from carbon gui AFAIU.
>
> > Unfortunately that is not what the code in configure.in said:
>
> But that's partly what admin/CPP-DEFINES says.
The configure.in info was the most recent addition, so it looked like
the most reliable source of information.
But that code never worked correctly, puttin #undefine inside an
AH_BOTTOM() has no effect, the code will be output commented out.
(There are some more instances of using #undef in configure.in ... )
So the NS code was clearly never tested with MAC_OSX undefined, so it
won't be too surprising if there are more problems of the same kind.
- 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, 2008/07/28
- 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
- Re: [Emacs-diffs] Changes to emacs/src/emacs.c,v,
Dan Nicolaescu <=