aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Robert <[email protected]>2009-10-12 00:35:54 +0000
committerAdrian Robert <[email protected]>2009-10-12 00:35:54 +0000
commit3d87f118914ff7cdf2cc43a51a4f425d904f372f (patch)
tree1d48aa004a3f33fb52d94ea08faea5f44614a32d /src
parentbf6c75c9675cae46afc82ad87dfdb4fe413a5114 (diff)
* config.in (NS_HAVE_NSINTEGER): Drop.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/config.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c462146157..945b08fca9 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 <[email protected]>
* frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
diff --git a/src/config.in b/src/config.in
index c250e1a933..4241b3eee4 100644
--- a/src/config.in
+++ b/src/config.in
@@ -828,9 +828,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* 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