comparison src/unexnext.c @ 19670:4383d4a532de

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Sep 1997 05:05:37 +0000
parents e8e724dad99a
children 23a1cea22d13
comparison
equal deleted inserted replaced
19669:e8e724dad99a 19670:4383d4a532de
29 #include <mach-o/loader.h> 29 #include <mach-o/loader.h>
30 #include <mach-o/reloc.h> 30 #include <mach-o/reloc.h>
31 #include <sys/file.h> 31 #include <sys/file.h>
32 #include <sys/stat.h> 32 #include <sys/stat.h>
33 #include <unistd.h> 33 #include <unistd.h>
34 /* Instead of unistd.h, this used to include libc.h. */ 34 /* Instead of unistd.h, this used to include libc.h.
35 "Nelson H. F. Beebe" <beebe@math.utah.edu> says that doesn't work
36 in system version 3.3. */
35 37
36 38
37 int malloc_cookie; 39 int malloc_cookie;
38 40
39 /* 41 /*