; 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.
This commit is contained in:
parent
177accc53d
commit
fa4e686148
7 changed files with 0 additions and 16 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue