]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/lisp.h: Update comment to kick -Og down the road.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Dec 2016 02:19:01 +0000 (18:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Dec 2016 02:19:22 +0000 (18:19 -0800)
src/lisp.h

index 94f1152a56e1fd77f450609fb826769913c2181b..7dd914542ed695e20d0b0cef97333bc96b1de662 100644 (file)
@@ -292,9 +292,8 @@ error !;
    used elsewhere.
 
    FIXME: Remove the lisp_h_OP macros, and define just the inline OP
-   functions, once most developers have access to GCC 4.8 or later and
-   can use "gcc -Og" to debug.  Maybe in the year 2016.  See
-   Bug#11935.
+   functions, once "gcc -Og" (new to GCC 4.8) works well enough for
+   Emacs developers.  Maybe in the year 2020.  See Bug#11935.
 
    Commentary for these macros can be found near their corresponding
    functions, below.  */