From: Dan Nicolaescu Date: Wed, 7 Jul 2010 03:04:31 +0000 (-0700) Subject: * configure.in (getenv): Remove K&R declaration. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~81^2~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9715a0b909f38bcf322d697bcdf56f6744c9584d;p=emacs.git * configure.in (getenv): Remove K&R declaration. --- diff --git a/ChangeLog b/ChangeLog index a04fceaa5bd..fa3ecff26dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-07-07 Dan Nicolaescu + + * configure.in (getenv): Remove K&R declaration. + 2010-07-02 Jan Djärv * configure.in: Remove define __P. diff --git a/configure.in b/configure.in index 673674b5d88..82890598bb2 100644 --- a/configure.in +++ b/configure.in @@ -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. */ diff --git a/src/config.in b/src/config.in index cfbae052c1a..e2328dd9384 100644 --- a/src/config.in +++ b/src/config.in @@ -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. */