changeset 109155:194249bde54b

* configure.in (getenv): Remove K&R declaration.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 06 Jul 2010 20:04:31 -0700
parents 6f7fb6d5f0f9
children 32bdba8ef7f4
files ChangeLog configure.in src/config.in
diffstat 3 files changed, 4 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jul 06 19:49:37 2010 -0700
+++ b/ChangeLog	Tue Jul 06 20:04:31 2010 -0700
@@ -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.
--- a/configure.in	Tue Jul 06 19:49:37 2010 -0700
+++ b/configure.in	Tue Jul 06 20:04:31 2010 -0700
@@ -3540,11 +3540,6 @@
 
 #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.  */
 
--- a/src/config.in	Tue Jul 06 19:49:37 2010 -0700
+++ b/src/config.in	Tue Jul 06 20:04:31 2010 -0700
@@ -1107,11 +1107,6 @@
 
 #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.  */