diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2020-04-05 01:00:35 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-04-05 01:00:35 -0700 |
| commit | 9b8dacdb264412b919782920da916e306102262a (patch) | |
| tree | 00d291bf5f977b38e7b78b805b85bc5f130b6097 /src/lisp.h | |
| parent | 95a7c6ec58c8c8c905f3e11be49419750737ec97 (diff) | |
| download | emacs-9b8dacdb264412b919782920da916e306102262a.tar.gz | |
* src/lisp.h: Update overly-optimistic comment.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 7fc3af992e0..23ff89a9778 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -331,8 +331,8 @@ typedef EMACS_INT Lisp_Word; used elsewhere. FIXME: Remove the lisp_h_OP macros, and define just the inline OP - functions, once "gcc -Og" (new to GCC 4.8) works well enough for - Emacs developers. Maybe in the year 2020. See Bug#11935. + functions, once "gcc -Og" (new to GCC 4.8) or equivalent works well + enough for Emacs developers. Maybe in the year 2025. See Bug#11935. For the macros that have corresponding functions (defined later), see these functions for commentary. */ |
