diff options
| author | Dan Nicolaescu | 2010-07-06 20:04:31 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-06 20:04:31 -0700 |
| commit | 9715a0b909f38bcf322d697bcdf56f6744c9584d (patch) | |
| tree | c77362fa72aec94af23d3ceb2db414051b76b9f2 /src | |
| parent | c0f2f16b6a0801ec30f518db6bcf7f27bb643122 (diff) | |
| download | emacs-9715a0b909f38bcf322d697bcdf56f6744c9584d.tar.gz emacs-9715a0b909f38bcf322d697bcdf56f6744c9584d.zip | |
* configure.in (getenv): Remove K&R declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 5 |
1 files changed, 0 insertions, 5 deletions
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. */ | |||
| 1107 | 1107 | ||
| 1108 | #define my_strftime nstrftime /* for strftime.c */ | 1108 | #define my_strftime nstrftime /* for strftime.c */ |
| 1109 | 1109 | ||
| 1110 | /* Some of the files of Emacs which are intended for use with other | ||
| 1111 | programs assume that if you have a config.h file, you must declare | ||
| 1112 | the type of getenv. */ | ||
| 1113 | extern char *getenv (); | ||
| 1114 | |||
| 1115 | /* These default definitions are good for almost all machines. | 1110 | /* These default definitions are good for almost all machines. |
| 1116 | The exceptions override them in m/MACHINE.h. */ | 1111 | The exceptions override them in m/MACHINE.h. */ |
| 1117 | 1112 | ||