]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/lisp.h: Update overly-optimistic comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Apr 2020 08:00:35 +0000 (01:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Apr 2020 08:00:35 +0000 (01:00 -0700)
src/lisp.h

index 7fc3af992e0a95fc629f339bd5e4bb619a802139..23ff89a9778afc5bbfb377e534cb6bce65dbba0c 100644 (file)
@@ -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.  */