comparison src/lisp.h @ 36941:8107e2a17261

(Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern. (GC_CHECK_STRING_BYTES): Don't define.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 22 Mar 2001 19:51:14 +0000
parents f8cbdb29cbe6
children a644f4966169
comparison
equal deleted inserted replaced
36940:7e04c5d86fe6 36941:8107e2a17261
24 #define P_(proto) proto 24 #define P_(proto) proto
25 #else 25 #else
26 #define P_(proto) () 26 #define P_(proto) ()
27 #endif 27 #endif
28 28
29 #if 0
29 /* Define this temporarily to hunt a bug. If defined, the size of 30 /* Define this temporarily to hunt a bug. If defined, the size of
30 strings is redundantly recorded in sdata structures so that it can 31 strings is redundantly recorded in sdata structures so that it can
31 be compared to the sizes recorded in Lisp strings. */ 32 be compared to the sizes recorded in Lisp strings. */
32 33
33 #define GC_CHECK_STRING_BYTES 1 34 #define GC_CHECK_STRING_BYTES 1
35 #endif /* 0*/
34 36
35 37
36 /* These are default choices for the types to use. */ 38 /* These are default choices for the types to use. */
37 #ifdef _LP64 39 #ifdef _LP64
38 #ifndef EMACS_INT 40 #ifndef EMACS_INT
2912 2914
2913 #ifdef HAVE_X_WINDOWS 2915 #ifdef HAVE_X_WINDOWS
2914 /* Defined in xfns.c */ 2916 /* Defined in xfns.c */
2915 extern void syms_of_xfns P_ ((void)); 2917 extern void syms_of_xfns P_ ((void));
2916 extern void init_xfns P_ ((void)); 2918 extern void init_xfns P_ ((void));
2919 extern Lisp_Object Vx_resource_name;
2917 EXFUN (Fxw_display_color_p, 1); 2920 EXFUN (Fxw_display_color_p, 1);
2918 #endif /* HAVE_X_WINDOWS */ 2921 #endif /* HAVE_X_WINDOWS */
2919 2922
2920 /* Defined in xselect.c */ 2923 /* Defined in xselect.c */
2921 extern void syms_of_xselect P_ ((void)); 2924 extern void syms_of_xselect P_ ((void));