comparison src/s/dgux.h @ 3318:98165b066331

Comment fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 May 1993 20:56:46 +0000
parents 12f77fc97b48
children a1ccd96244f3
comparison
equal deleted inserted replaced
3317:55066d2375b6 3318:98165b066331
259 259
260 #include <signal.h> 260 #include <signal.h>
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 */
268 #define SYSV4_PTYS 268 #define SYSV4_PTYS
269 #define open sys_open 269 #define open sys_open