Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f8fe2f4
Commit
2f8fe2f4
authored
Dec 29, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include <config.h>.
parent
f22d4785
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
8 deletions
+22
-8
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/cvtmail.c
lib-src/cvtmail.c
+6
-3
lib-src/emacsclient.c
lib-src/emacsclient.c
+1
-1
lib-src/emacsserver.c
lib-src/emacsserver.c
+1
-1
lib-src/pop.c
lib-src/pop.c
+1
-1
lib-src/sorted-doc.c
lib-src/sorted-doc.c
+4
-1
lib-src/yow.c
lib-src/yow.c
+4
-1
No files found.
lib-src/ChangeLog
View file @
2f8fe2f4
2001-12-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
* yow.c: Include <config.h>.
2001-12-21 Francesco Potorti` <pot@gnu.org>
* etags.c (Perl_functions): Tag packages and use them in sub tags.
...
...
lib-src/cvtmail.c
View file @
2f8fe2f4
...
...
@@ -29,11 +29,14 @@ Boston, MA 02111-1307, USA. */
*
* In order to get rmail to read the messages, the resulting file must
* be mv'ed to ~/mbox, and then have rmail invoked on them.
*
*
* Author: Larry Kolodney, 1985
*/
#include "config.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#ifndef HAVE_STDLIB_H
...
...
@@ -119,7 +122,7 @@ main (argc, argv)
}
}
fclose
(
mddf
);
fclose
(
mfilef
);
fclose
(
mfilef
);
return
0
;
}
...
...
lib-src/emacsclient.c
View file @
2f8fe2f4
...
...
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
#define NO_SHORTNAMES
#ifdef HAVE_CONFIG_H
#include
"
config.h
"
#include
<
config.h
>
#endif
#undef signal
...
...
lib-src/emacsserver.c
View file @
2f8fe2f4
...
...
@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */
#define NO_SHORTNAMES
#ifdef HAVE_CONFIG_H
#include
"
config.h
"
#include
<
config.h
>
#endif
#include <signal.h>
...
...
lib-src/pop.c
View file @
2f8fe2f4
...
...
@@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#define NO_SHORTNAMES
/* Tell config not to load remap.h */
#include <
../src/
config.h>
#include <config.h>
#else
#define MAIL_USE_POP
#endif
...
...
lib-src/sorted-doc.c
View file @
2f8fe2f4
...
...
@@ -23,7 +23,10 @@
This version sorts the output by function name. */
#include "config.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <ctype.h>
#ifndef HAVE_STDLIB_H
/* config.h includes stdlib. */
...
...
lib-src/yow.c
View file @
2f8fe2f4
...
...
@@ -10,7 +10,10 @@
* With dynamic memory allocation.
*/
#include "config.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <ctype.h>
#ifdef HAVE_STRING_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment