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/tparam.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/tparam.c')
| -rw-r--r-- | src/tparam.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |