aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2020-04-05 01:00:35 -0700
committerPaul Eggert2020-04-05 01:00:35 -0700
commit9b8dacdb264412b919782920da916e306102262a (patch)
tree00d291bf5f977b38e7b78b805b85bc5f130b6097 /src
parent95a7c6ec58c8c8c905f3e11be49419750737ec97 (diff)
downloademacs-9b8dacdb264412b919782920da916e306102262a.tar.gz
emacs-9b8dacdb264412b919782920da916e306102262a.zip
* src/lisp.h: Update overly-optimistic comment.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
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;
331 used elsewhere. 331 used elsewhere.
332 332
333 FIXME: Remove the lisp_h_OP macros, and define just the inline OP 333 FIXME: Remove the lisp_h_OP macros, and define just the inline OP
334 functions, once "gcc -Og" (new to GCC 4.8) works well enough for 334 functions, once "gcc -Og" (new to GCC 4.8) or equivalent works well
335 Emacs developers. Maybe in the year 2020. See Bug#11935. 335 enough for Emacs developers. Maybe in the year 2025. See Bug#11935.
336 336
337 For the macros that have corresponding functions (defined later), 337 For the macros that have corresponding functions (defined later),
338 see these functions for commentary. */ 338 see these functions for commentary. */