aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorAdrian Robert2008-07-19 20:45:36 +0000
committerAdrian Robert2008-07-19 20:45:36 +0000
commit5a2d7ab6bfca5ded38c0d5c70e92c3b4f19660d9 (patch)
tree65bb11b6c452e678fd97566064b04d307051d510 /src/lisp.h
parentc469837a5c61918c0f00cda431168681aafc6342 (diff)
downloademacs-5a2d7ab6bfca5ded38c0d5c70e92c3b4f19660d9.tar.gz
emacs-5a2d7ab6bfca5ded38c0d5c70e92c3b4f19660d9.zip
by renaming, get rid of need for hash_remove() redefinitions for NS platform; also, adjust nsgui dependencies in Makefile
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 58fef2efff0..340a0352b6d 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -28,11 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
28#define P_(proto) () 28#define P_(proto) ()
29#endif 29#endif
30 30
31#ifdef NS_IMPL_GNUSTEP
32/* This conflicts with functions in the GNUstep libraries. */
33#define hash_remove emacs_hash_remove
34#endif /* NS_IMPL_GNUSTEP */
35
36#if 0 31#if 0
37/* Define this temporarily to hunt a bug. If defined, the size of 32/* Define this temporarily to hunt a bug. If defined, the size of
38 strings is redundantly recorded in sdata structures so that it can 33 strings is redundantly recorded in sdata structures so that it can