emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100737: * configure.in (getenv): Rem


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100737: * configure.in (getenv): Remove K&R declaration.
Date: Tue, 06 Jul 2010 20:04:31 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100737
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-07-06 20:04:31 -0700
message:
  * configure.in (getenv): Remove K&R declaration.
modified:
  ChangeLog
  configure.in
  src/config.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-07-02 12:55:51 +0000
+++ b/ChangeLog 2010-07-07 03:04:31 +0000
@@ -1,3 +1,7 @@
+2010-07-07  Dan Nicolaescu  <address@hidden>
+
+       * configure.in (getenv): Remove K&R declaration.
+
 2010-07-02  Jan Djärv  <address@hidden>
 
        * configure.in: Remove define __P.

=== modified file 'configure.in'
--- a/configure.in      2010-07-02 12:55:51 +0000
+++ b/configure.in      2010-07-07 03:04:31 +0000
@@ -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.  */
 

=== modified file 'src/config.in'
--- a/src/config.in     2010-07-02 12:55:51 +0000
+++ b/src/config.in     2010-07-07 03:04:31 +0000
@@ -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.  */
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]