Mercurial > emacs
changeset 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 | 7e04c5d86fe6 |
children | 98755810fe71 |
files | src/lisp.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Mar 22 19:11:33 2001 +0000 +++ b/src/lisp.h Thu Mar 22 19:51:14 2001 +0000 @@ -26,11 +26,13 @@ #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 @@ /* 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 */