]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (getenv): Remove K&R declaration.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 Jul 2010 03:04:31 +0000 (20:04 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 Jul 2010 03:04:31 +0000 (20:04 -0700)
ChangeLog
configure.in
src/config.in

index a04fceaa5bd7369ccffabffc1c84fcd5e5a01116..fa3ecff26dc0b79f252c58c15c13b948f301a09c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 673674b5d88e09ffc2503b1684da8b64e7748cbf..82890598bb25d61ec20a9d1575cb00db480e09f8 100644 (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.  */
 
index cfbae052c1a5654b9b73447bfaa6619e838a565e..e2328dd93845173749ede9066e72c0016a77abf4 100644 (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.  */