mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Quiet --with-x-toolkit=no compilation warnings: #include <config.h>.
This commit is contained in:
parent
f441be5b59
commit
d2030e8cab
3 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-06-04 Ulrich Mueller <ulm@gentoo.org> (tiny change)
|
||||
|
||||
* ChgPane.c, ChgSel.c: Quiet --with-x-toolkit=no
|
||||
compilation warnings: #include <config.h>.
|
||||
|
||||
2007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change)
|
||||
|
||||
* XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "XMenuInt.h"
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "XMenuInt.h"
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue