From: Paul Eggert Date: Sun, 5 Apr 2020 08:00:35 +0000 (-0700) Subject: * src/lisp.h: Update overly-optimistic comment. X-Git-Tag: emacs-28.0.90~7650 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b8dacdb264412b919782920da916e306102262a;p=emacs.git * src/lisp.h: Update overly-optimistic comment. --- 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. */