diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc2-2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h index a9f3304b8d2..d825358e361 100644 --- a/src/s/isc2-2.h +++ b/src/s/isc2-2.h | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | #define SIGNALS_VIA_CHARACTERS | 35 | #define SIGNALS_VIA_CHARACTERS |
| 36 | 36 | ||
| 37 | /* -lPW is only needed if not using Gcc. We used to include -lcposix here | 37 | /* -lPW is only needed if not using Gcc. We used to include -lcposix here |
| 38 | for the rename function, but some pepople saus ISC's renames doesn't | 38 | for the rename function, but some people say ISC's rename doesn't |
| 39 | work correctly with Emacs so we use Emacs' emulation instead. */ | 39 | work correctly with Emacs so we use Emacs' emulation instead. */ |
| 40 | #if defined (__GNUC__) | 40 | #if defined (__GNUC__) |
| 41 | # define LIB_STANDARD -lcposix -lc | 41 | # define LIB_STANDARD -lcposix -lc |