From 3d87f118914ff7cdf2cc43a51a4f425d904f372f Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Mon, 12 Oct 2009 00:35:54 +0000 Subject: [PATCH] * config.in (NS_HAVE_NSINTEGER): Drop. --- src/ChangeLog | 2 ++ src/config.in | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.5