diff options
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 66b85c7679d..b7f5e0e20b2 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -474,7 +474,7 @@ typedef struct interval *INTERVAL; | |||
| 474 | structures. See, e.g., struct Lisp_String below. */ | 474 | structures. See, e.g., struct Lisp_String below. */ |
| 475 | #define DECLARE_INTERVALS INTERVAL intervals; | 475 | #define DECLARE_INTERVALS INTERVAL intervals; |
| 476 | 476 | ||
| 477 | /* Macro used to condionally compile interval initialization into | 477 | /* Macro used to conditionally compile interval initialization into |
| 478 | certain code. See, e.g., alloc.c. */ | 478 | certain code. See, e.g., alloc.c. */ |
| 479 | #define INITIALIZE_INTERVAL(ptr,val) ptr->intervals = val | 479 | #define INITIALIZE_INTERVAL(ptr,val) ptr->intervals = val |
| 480 | 480 | ||