From: Paul Eggert Date: Mon, 5 Dec 2016 02:19:01 +0000 (-0800) Subject: * src/lisp.h: Update comment to kick -Og down the road. X-Git-Tag: emacs-26.0.90~1206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65b729bfb4124a900d9e2e18bc68fdc0168e805b;p=emacs.git * src/lisp.h: Update comment to kick -Og down the road. --- diff --git a/src/lisp.h b/src/lisp.h index 94f1152a56e..7dd914542ed 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. */