diff options
| author | Stefan Kangas | 2025-04-19 08:51:09 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2025-04-19 10:39:05 +0200 |
| commit | fa4e686148de22cee0b1671fd6b3241212c110a6 (patch) | |
| tree | df5f1402574f154a2c415bae23e2778719b0e0ee /src/pgtkterm.c | |
| parent | 177accc53d7ed2afc5768ae117fc6a19749e8fb6 (diff) | |
| download | emacs-fa4e686148de22cee0b1671fd6b3241212c110a6.tar.gz emacs-fa4e686148de22cee0b1671fd6b3241212c110a6.zip | |
; Delete superfluous comments explaining config.h
* src/pgtkfns.c:
* src/pgtkim.c:
* src/pgtkmenu.c:
* src/pgtkselect.c:
* src/pgtkterm.c:
* src/termcap.c:
* src/tparam.c: Delete superfluous comments explaining config.h.
Diffstat (limited to 'src/pgtkterm.c')
| -rw-r--r-- | src/pgtkterm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pgtkterm.c b/src/pgtkterm.c index 3d59a239ccd..9e21fe01b4c 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c | |||
| @@ -18,8 +18,6 @@ GNU General Public License for more details. | |||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 19 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | /* This should be the first include, as it may set up #defines affecting | ||
| 22 | interpretation of even the system includes. */ | ||
| 23 | #include <config.h> | 21 | #include <config.h> |
| 24 | 22 | ||
| 25 | /* Work around GCC bug 102671. */ | 23 | /* Work around GCC bug 102671. */ |