diff options
| author | Richard M. Stallman | 1993-05-30 20:56:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-30 20:56:46 +0000 |
| commit | b8da30477523c987df19f4950dc9db452e0960e9 (patch) | |
| tree | dc7be188c209a71e7b30fae65e43e53d225bff11 /src | |
| parent | fb0f454af508f46f58b0d0175809542761d15b17 (diff) | |
| download | emacs-b8da30477523c987df19f4950dc9db452e0960e9.tar.gz emacs-b8da30477523c987df19f4950dc9db452e0960e9.zip | |
Comment fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 753a838a2c1..3ca377493db 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -261,7 +261,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 261 | 261 | ||
| 262 | #define POSIX_SIGNALS | 262 | #define POSIX_SIGNALS |
| 263 | 263 | ||
| 264 | /* Not worth converting the old GNU malloc to work with POSIX_SIGNALS. */ | 264 | /* pmr@rock.concert.net says Emacs fails without this. We don't know why. */ |
| 265 | #define SYSTEM_MALLOC | 265 | #define SYSTEM_MALLOC |
| 266 | 266 | ||
| 267 | /* Define this if you use System 5 Release 4 Streams */ | 267 | /* Define this if you use System 5 Release 4 Streams */ |