From 97305dec1cf99a6c805d644ba6a0a468d285ae15 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 22 Mar 2001 19:51:14 +0000 Subject: [PATCH] (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern. (GC_CHECK_STRING_BYTES): Don't define. --- src/lisp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lisp.h b/src/lisp.h index 0a1438879f6..3f23da85aab 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -26,11 +26,13 @@ Boston, MA 02111-1307, USA. */ #define P_(proto) () #endif +#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 be compared to the sizes recorded in Lisp strings. */ #define GC_CHECK_STRING_BYTES 1 +#endif /* 0*/ /* These are default choices for the types to use. */ @@ -2914,6 +2916,7 @@ extern int getloadavg P_ ((double *, int)); /* Defined in xfns.c */ extern void syms_of_xfns P_ ((void)); extern void init_xfns P_ ((void)); +extern Lisp_Object Vx_resource_name; EXFUN (Fxw_display_color_p, 1); #endif /* HAVE_X_WINDOWS */ -- 2.39.2