From: Adrian Robert Date: Mon, 12 Oct 2009 00:35:54 +0000 (+0000) Subject: * config.in (NS_HAVE_NSINTEGER): Drop. X-Git-Tag: emacs-pretest-23.1.90~836 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d87f118914ff7cdf2cc43a51a4f425d904f372f;p=emacs.git * config.in (NS_HAVE_NSINTEGER): Drop. --- diff --git a/src/ChangeLog b/src/ChangeLog index c462146157c..945b08fca90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -33,6 +33,8 @@ (EmacsScroller-mouseDown:) Use long format in printf, and cast argument. + * config.in (NS_HAVE_NSINTEGER): Drop. + 2009-10-11 Glenn Morris * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535) diff --git a/src/config.in b/src/config.in index c250e1a933b..4241b3eee41 100644 --- a/src/config.in +++ b/src/config.in @@ -828,9 +828,6 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you don't have struct exception in math.h. */ #undef NO_MATHERR -/* Define to 1 if `NSInteger' is defined. */ -#undef NS_HAVE_NSINTEGER - /* Define to 1 if you are using NS windowing under MacOS X. */ #undef NS_IMPL_COCOA