diff options
| author | Adrian Robert | 2008-08-05 03:05:14 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-08-05 03:05:14 +0000 |
| commit | 4e6225928e54d42a7899dc20a5f56da51e056332 (patch) | |
| tree | 27cc44228ee044d447283489a52a3fc352dfb79a /src/lisp.h | |
| parent | cd1c5ce121ba476ca1472cd6f84a15a34c5b2d65 (diff) | |
| download | emacs-4e6225928e54d42a7899dc20a5f56da51e056332.tar.gz emacs-4e6225928e54d42a7899dc20a5f56da51e056332.zip | |
Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 0e9c8b7c799..d013a04553e 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -157,7 +157,7 @@ extern void die P_((const char *, const char *, int)) NO_RETURN; | |||
| 157 | #endif | 157 | #endif |
| 158 | 158 | ||
| 159 | /* Let's USE_LSB_TAG on systems where we know malloc returns mult-of-8. */ | 159 | /* Let's USE_LSB_TAG on systems where we know malloc returns mult-of-8. */ |
| 160 | #if defined GNU_MALLOC || defined DOUG_LEA_MALLOC || defined __GLIBC__ || defined(NS_IMPL_COCOA) | 160 | #if defined GNU_MALLOC || defined DOUG_LEA_MALLOC || defined __GLIBC__ || defined DARWIN_OS |
| 161 | /* We also need to be able to specify mult-of-8 alignment on static vars. */ | 161 | /* We also need to be able to specify mult-of-8 alignment on static vars. */ |
| 162 | # if defined DECL_ALIGN | 162 | # if defined DECL_ALIGN |
| 163 | /* We currently do not support USE_LSB_TAG with a union Lisp_Object. */ | 163 | /* We currently do not support USE_LSB_TAG with a union Lisp_Object. */ |