1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* configure.in (getenv): Remove K&R declaration.

This commit is contained in:
Dan Nicolaescu 2010-07-06 20:04:31 -07:00
parent c0f2f16b6a
commit 9715a0b909
3 changed files with 4 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (getenv): Remove K&R declaration.
2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
* configure.in: Remove define __P.

View File

@ -3540,11 +3540,6 @@ SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
#define my_strftime nstrftime /* for strftime.c */
/* Some of the files of Emacs which are intended for use with other
programs assume that if you have a config.h file, you must declare
the type of getenv. */
extern char *getenv ();
/* These default definitions are good for almost all machines.
The exceptions override them in m/MACHINE.h. */

View File

@ -1107,11 +1107,6 @@ SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
#define my_strftime nstrftime /* for strftime.c */
/* Some of the files of Emacs which are intended for use with other
programs assume that if you have a config.h file, you must declare
the type of getenv. */
extern char *getenv ();
/* These default definitions are good for almost all machines.
The exceptions override them in m/MACHINE.h. */