diff options
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systime.h b/src/systime.h index df733b290c3..657f2cca11f 100644 --- a/src/systime.h +++ b/src/systime.h @@ -154,8 +154,8 @@ extern void set_waiting_for_input (EMACS_TIME *); /* When lisp.h is not included Lisp_Object is not defined (this can happen when this files is used outside the src directory). - Use GCPRO1 to determine if lisp.h was included. */ -#ifdef GCPRO1 + Use GCTYPEBITS to determine if lisp.h was included. */ +#ifdef GCTYPEBITS /* defined in editfns.c */ extern Lisp_Object make_lisp_time (EMACS_TIME); extern bool decode_time_components (Lisp_Object, Lisp_Object, Lisp_Object, |