emacs-devel
[Top][All Lists]
Advanced

[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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]