diff options
Diffstat (limited to 'src')
| -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 204657f8348..8f309617e69 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -155,7 +155,7 @@ extern int suppress_checking EXTERNALLY_VISIBLE; | |||
| 155 | variable VAR of type TYPE with the added requirement that it be | 155 | variable VAR of type TYPE with the added requirement that it be |
| 156 | TYPEBITS-aligned. */ | 156 | TYPEBITS-aligned. */ |
| 157 | 157 | ||
| 158 | /* Number of bits in a Lisp_Obect tag. This can be used in #if. */ | 158 | /* Number of bits in a Lisp_Object tag. This can be used in #if. */ |
| 159 | #define GCTYPEBITS 3 | 159 | #define GCTYPEBITS 3 |
| 160 | 160 | ||
| 161 | /* Number of bits in a Lisp_Object value, not counting the tag. */ | 161 | /* Number of bits in a Lisp_Object value, not counting the tag. */ |