diff options
| author | Gerd Moellmann | 2001-03-22 19:51:14 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-22 19:51:14 +0000 |
| commit | 97305dec1cf99a6c805d644ba6a0a468d285ae15 (patch) | |
| tree | 5d9a62f6f4662f34fc6d40104a681ca1f0f91455 /src | |
| parent | 388d6c3389e903bed42b1111ed2fc17855ea50b5 (diff) | |
| download | emacs-97305dec1cf99a6c805d644ba6a0a468d285ae15.tar.gz emacs-97305dec1cf99a6c805d644ba6a0a468d285ae15.zip | |
(Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
(GC_CHECK_STRING_BYTES): Don't define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ | |||
| 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. */ |
| @@ -2914,6 +2916,7 @@ extern int getloadavg P_ ((double *, int)); | |||
| 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 | ||