diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/config.in | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 89858d31daf..9fad42a74cc 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -201,7 +201,7 @@ and this notice must be preserved on all copies. */ | |||
| 201 | programs assume that if you have a config.h file, you must declare | 201 | programs assume that if you have a config.h file, you must declare |
| 202 | the type of getenv. | 202 | the type of getenv. |
| 203 | 203 | ||
| 204 | This declaration shouldn't appear when alloca.s or ymakfile | 204 | This declaration shouldn't appear when alloca.s or ymakefile |
| 205 | includes config.h. */ | 205 | includes config.h. */ |
| 206 | #ifndef NOT_C_CODE | 206 | #ifndef NOT_C_CODE |
| 207 | extern char *getenv (); | 207 | extern char *getenv (); |