[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/lisp.h,v
From: |
Adrian Robert |
Subject: |
[Emacs-diffs] Changes to emacs/src/lisp.h,v |
Date: |
Tue, 15 Jul 2008 18:15:46 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/07/15 18:15:19
Index: src/lisp.h
===================================================================
RCS file: /sources/emacs/emacs/src/lisp.h,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -b -r1.631 -r1.632
--- src/lisp.h 11 Jul 2008 14:20:06 -0000 1.631
+++ src/lisp.h 15 Jul 2008 18:15:14 -0000 1.632
@@ -28,6 +28,11 @@
#define P_(proto) ()
#endif
+#ifdef NS_IMPL_GNUSTEP
+/* This conflicts with functions in the GNUstep libraries. */
+#define hash_remove emacs_hash_remove
+#endif /* NS_IMPL_GNUSTEP */
+
#if 0
/* Define this temporarily to hunt a bug. If defined, the size of
strings is redundantly recorded in sdata structures so that it can
@@ -157,7 +162,7 @@
#endif
/* Let's USE_LSB_TAG on systems where we know malloc returns mult-of-8. */
-#if defined GNU_MALLOC || defined DOUG_LEA_MALLOC || defined __GLIBC__ ||
defined MAC_OSX
+#if defined GNU_MALLOC || defined DOUG_LEA_MALLOC || defined __GLIBC__ ||
defined MAC_OSX || defined(NS_IMPL_COCOA)
/* We also need to be able to specify mult-of-8 alignment on static vars. */
# if defined DECL_ALIGN
/* We currently do not support USE_LSB_TAG with a union Lisp_Object. */
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Jason Rumney, 2008/07/02
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Kenichi Handa, 2008/07/03
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Andreas Schwab, 2008/07/11
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/11
- [Emacs-diffs] Changes to emacs/src/lisp.h,v,
Adrian Robert <=
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Miles Bader, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Adrian Robert, 2008/07/19
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Dan Nicolaescu, 2008/07/27
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Andreas Schwab, 2008/07/28