diff options
| author | Miles Bader | 1996-07-02 16:25:41 +0000 |
|---|---|---|
| committer | Miles Bader | 1996-07-02 16:25:41 +0000 |
| commit | afcaa5036f01fd37a3b793d4a2f22a7015f2eac3 (patch) | |
| tree | 5d918646ac0f74e405b42f4c9a3ded6818ae538e /src | |
| parent | 996b804dde127409f56d63f4dc85f180a17e0c28 (diff) | |
| download | emacs-afcaa5036f01fd37a3b793d4a2f22a7015f2eac3.tar.gz emacs-afcaa5036f01fd37a3b793d4a2f22a7015f2eac3.zip | |
Delete spurious period from last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/systty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systty.h b/src/systty.h index 59e5ad813f7..d9376fa18e5 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -295,7 +295,7 @@ static struct sensemode { | |||
| 295 | /* EMACS_GETPGRP (arg) returns the process group of the process. */ | 295 | /* EMACS_GETPGRP (arg) returns the process group of the process. */ |
| 296 | 296 | ||
| 297 | #ifdef __GNU_LIBRARY__ | 297 | #ifdef __GNU_LIBRARY__ |
| 298 | /* GNU libc by default defines getpgrp with no args on all systems. */. | 298 | /* GNU libc by default defines getpgrp with no args on all systems. */ |
| 299 | #define GETPGRP_NO_ARG | 299 | #define GETPGRP_NO_ARG |
| 300 | #else /* not __GNU_LIBRARY__ */ | 300 | #else /* not __GNU_LIBRARY__ */ |
| 301 | #if defined (USG) && !defined (GETPGRP_NEEDS_ARG) | 301 | #if defined (USG) && !defined (GETPGRP_NEEDS_ARG) |