[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: |
Sat, 19 Jul 2008 20:45:37 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/07/19 20:45:36
Index: lisp.h
===================================================================
RCS file: /sources/emacs/emacs/src/lisp.h,v
retrieving revision 1.635
retrieving revision 1.636
diff -u -b -r1.635 -r1.636
--- lisp.h 17 Jul 2008 23:18:58 -0000 1.635
+++ lisp.h 19 Jul 2008 20:45:36 -0000 1.636
@@ -28,11 +28,6 @@
#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
- [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, 2008/07/15
- [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 <=
- [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