]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete superfluous comments explaining config.h
authorStefan Kangas <stefankangas@gmail.com>
Sat, 19 Apr 2025 06:51:09 +0000 (08:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:38:45 +0000 (22:38 +0200)
* 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.

(cherry picked from commit fa4e686148de22cee0b1671fd6b3241212c110a6)

src/pgtkfns.c
src/pgtkim.c
src/pgtkmenu.c
src/pgtkselect.c
src/pgtkterm.c
src/termcap.c
src/tparam.c

index 4f5cbd45492a989a583fb0c950291c4c49ddace8..b55728b579c36796c2ccd60aa1ee3f6f036ce814 100644 (file)
@@ -18,8 +18,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* This should be the first include, as it may set up #defines affecting
-   interpretation of even the system includes. */
 #include <config.h>
 
 #include <math.h>
index e182083f0557130562106c7448ccee56b8233ace..fc7399eaeac2121e709b5eb74ccbd046c220b973 100644 (file)
@@ -18,8 +18,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* This should be the first include, as it may set up #defines affecting
-   interpretation of even the system includes. */
 #include <config.h>
 
 #include "pgtkterm.h"
index e7a862b0c1848bd2364dcb7e9d9a57b8fd099c60..0d96666d094d2af58f20d388f8271863a9006708 100644 (file)
@@ -16,12 +16,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/*
- */
-
-
-/* This should be the first include, as it may set up #defines affecting
-   interpretation of even the system includes.  */
 #include <config.h>
 
 #include "lisp.h"
index 7e314df89216efbe6dd9365ec12b5fd30e6548a5..c532bda00e3a46c263bcb75cc476bfa65d1bc341 100644 (file)
@@ -17,8 +17,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* This should be the first include, as it may set up #defines affecting
-   interpretation of even the system includes.  */
 #include <config.h>
 
 #include "lisp.h"
index 200578656a7a89c1645218097d2d79ac4fdbff1d..781bfef43da7d2d76808f6c376e81fe199126d32 100644 (file)
@@ -18,8 +18,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* This should be the first include, as it may set up #defines affecting
-   interpretation of even the system includes. */
 #include <config.h>
 
 /* Work around GCC bug 102671.  */
index 8c2bf0e06430506d09d021c4a99ed9f3181bd8a2..529a0114c856048f5ce67d5489766beade2988f5 100644 (file)
@@ -18,7 +18,6 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 /* Since 2010-03, 073589f4, Emacs 24.1, this file is only used
    by the MS-DOS port of Emacs.  */
 
-/* Emacs config.h may rename various library functions such as malloc.  */
 #include <config.h>
 
 #include <stdlib.h>
index 527294270ea3c2a9c979030de60dfe821c0df2c9..7687ca606f195ee3626b0d301ab4089bea3b3a66 100644 (file)
@@ -15,7 +15,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* Emacs config.h may rename various library functions such as malloc.  */
 #include <config.h>
 
 #include "lisp.h"              /* for xmalloc */