comparison src/lisp.h @ 96815:be932007d518

by renaming, get rid of need for hash_remove() redefinitions for NS platform; also, adjust nsgui dependencies in Makefile
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Sat, 19 Jul 2008 20:45:36 +0000
parents 3760da9fe15e
children 9592c50233ab
comparison
equal deleted inserted replaced
96814:2ae5159088f5 96815:be932007d518
25 #if defined (PROTOTYPES) || defined (WINDOWSNT) 25 #if defined (PROTOTYPES) || defined (WINDOWSNT)
26 #define P_(proto) proto 26 #define P_(proto) proto
27 #else 27 #else
28 #define P_(proto) () 28 #define P_(proto) ()
29 #endif 29 #endif
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 30
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
39 be compared to the sizes recorded in Lisp strings. */ 34 be compared to the sizes recorded in Lisp strings. */