>From 02055b6de9df82a68d24ee38e7d19e93191938c2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 4 Dec 2016 18:19:01 -0800 Subject: [PATCH] * src/lisp.h: Update comment to kick -Og down the road. --- src/lisp.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index 94f1152..7dd9145 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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. */ -- 2.7.4