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 | |
| 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.
| -rw-r--r-- | src/pgtkfns.c | 2 | ||||
| -rw-r--r-- | src/pgtkim.c | 2 | ||||
| -rw-r--r-- | src/pgtkmenu.c | 6 | ||||
| -rw-r--r-- | src/pgtkselect.c | 2 | ||||
| -rw-r--r-- | src/pgtkterm.c | 2 | ||||
| -rw-r--r-- | src/termcap.c | 1 | ||||
| -rw-r--r-- | src/tparam.c | 1 |
7 files changed, 0 insertions, 16 deletions
diff --git a/src/pgtkfns.c b/src/pgtkfns.c index 4f5cbd45492..b55728b579c 100644 --- a/src/pgtkfns.c +++ b/src/pgtkfns.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 | #include <math.h> | 23 | #include <math.h> |
diff --git a/src/pgtkim.c b/src/pgtkim.c index e182083f055..fc7399eaeac 100644 --- a/src/pgtkim.c +++ b/src/pgtkim.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 | #include "pgtkterm.h" | 23 | #include "pgtkterm.h" |
diff --git a/src/pgtkmenu.c b/src/pgtkmenu.c index e7a862b0c18..0d96666d094 100644 --- a/src/pgtkmenu.c +++ b/src/pgtkmenu.c | |||
| @@ -16,12 +16,6 @@ GNU General Public License for more details. | |||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 18 | 18 | ||
| 19 | /* | ||
| 20 | */ | ||
| 21 | |||
| 22 | |||
| 23 | /* This should be the first include, as it may set up #defines affecting | ||
| 24 | interpretation of even the system includes. */ | ||
| 25 | #include <config.h> | 19 | #include <config.h> |
| 26 | 20 | ||
| 27 | #include "lisp.h" | 21 | #include "lisp.h" |
diff --git a/src/pgtkselect.c b/src/pgtkselect.c index 7e314df8921..c532bda00e3 100644 --- a/src/pgtkselect.c +++ b/src/pgtkselect.c | |||
| @@ -17,8 +17,6 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | /* This should be the first include, as it may set up #defines affecting | ||
| 21 | interpretation of even the system includes. */ | ||
| 22 | #include <config.h> | 20 | #include <config.h> |
| 23 | 21 | ||
| 24 | #include "lisp.h" | 22 | #include "lisp.h" |
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. */ |
diff --git a/src/termcap.c b/src/termcap.c index 8c2bf0e0643..529a0114c85 100644 --- a/src/termcap.c +++ b/src/termcap.c | |||
| @@ -18,7 +18,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 18 | /* Since 2010-03, 073589f4, Emacs 24.1, this file is only used | 18 | /* Since 2010-03, 073589f4, Emacs 24.1, this file is only used |
| 19 | by the MS-DOS port of Emacs. */ | 19 | by the MS-DOS port of Emacs. */ |
| 20 | 20 | ||
| 21 | /* Emacs config.h may rename various library functions such as malloc. */ | ||
| 22 | #include <config.h> | 21 | #include <config.h> |
| 23 | 22 | ||
| 24 | #include <stdlib.h> | 23 | #include <stdlib.h> |
diff --git a/src/tparam.c b/src/tparam.c index 527294270ea..7687ca606f1 100644 --- a/src/tparam.c +++ b/src/tparam.c | |||
| @@ -15,7 +15,6 @@ GNU General Public License for more details. | |||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ | 16 | along with this program. If not, see <https://www.gnu.org/licenses/>. */ |
| 17 | 17 | ||
| 18 | /* Emacs config.h may rename various library functions such as malloc. */ | ||
| 19 | #include <config.h> | 18 | #include <config.h> |
| 20 | 19 | ||
| 21 | #include "lisp.h" /* for xmalloc */ | 20 | #include "lisp.h" /* for xmalloc */ |