diff options
| author | Paul Eggert | 2016-12-04 18:19:01 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-04 18:19:22 -0800 |
| commit | 65b729bfb4124a900d9e2e18bc68fdc0168e805b (patch) | |
| tree | 5f552cfda03f0a421391bb9abc2a1a984dcecee1 | |
| parent | d3405f8c49e9bc4b9c34c3940962775cb70e4513 (diff) | |
| download | emacs-65b729bfb4124a900d9e2e18bc68fdc0168e805b.tar.gz emacs-65b729bfb4124a900d9e2e18bc68fdc0168e805b.zip | |
* src/lisp.h: Update comment to kick -Og down the road.
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 !; | |||
| 292 | used elsewhere. | 292 | used elsewhere. |
| 293 | 293 | ||
| 294 | FIXME: Remove the lisp_h_OP macros, and define just the inline OP | 294 | FIXME: Remove the lisp_h_OP macros, and define just the inline OP |
| 295 | functions, once most developers have access to GCC 4.8 or later and | 295 | functions, once "gcc -Og" (new to GCC 4.8) works well enough for |
| 296 | can use "gcc -Og" to debug. Maybe in the year 2016. See | 296 | Emacs developers. Maybe in the year 2020. See Bug#11935. |
| 297 | Bug#11935. | ||
| 298 | 297 | ||
| 299 | Commentary for these macros can be found near their corresponding | 298 | Commentary for these macros can be found near their corresponding |
| 300 | functions, below. */ | 299 | functions, below. */ |