diff options
| author | Richard M. Stallman | 1995-06-14 14:21:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-14 14:21:09 +0000 |
| commit | 3999f9611cdac15ee048f45dc7bdacf81de36126 (patch) | |
| tree | c458cb873fbcb47a61805074415c26d67005a703 /src | |
| parent | 306230858e0b02b7383004fb904bb4167e7c4f0a (diff) | |
| download | emacs-3999f9611cdac15ee048f45dc7bdacf81de36126.tar.gz emacs-3999f9611cdac15ee048f45dc7bdacf81de36126.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mem-limits.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mem-limits.h b/src/mem-limits.h index 4ea8a18c7ac..e814de10f0d 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h | |||
| @@ -32,7 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 32 | extern int __data_start; | 32 | extern int __data_start; |
| 33 | #define start_of_data() &__data_start | 33 | #define start_of_data() &__data_start |
| 34 | 34 | ||
| 35 | #else | 35 | #else /* not _LIBC */ |
| 36 | 36 | ||
| 37 | #if defined (__osf__) && (defined (__mips) || defined (mips) || defined(__alpha)) | 37 | #if defined (__osf__) && (defined (__mips) || defined (mips) || defined(__alpha)) |
| 38 | #include <sys/time.h> | 38 | #include <sys/time.h> |
| @@ -88,12 +88,12 @@ extern char etext; | |||
| 88 | #endif | 88 | #endif |
| 89 | #endif | 89 | #endif |
| 90 | 90 | ||
| 91 | #else /* Not emacs */ | 91 | #else /* not emacs */ |
| 92 | extern char etext; | 92 | extern char etext; |
| 93 | #define start_of_data() &etext | 93 | #define start_of_data() &etext |
| 94 | #endif /* Not emacs */ | 94 | #endif /* not emacs */ |
| 95 | 95 | ||
| 96 | #endif /* _LIBC */ | 96 | #endif /* not _LIBC */ |
| 97 | 97 | ||
| 98 | 98 | ||
| 99 | /* start of data space; can be changed by calling malloc_init */ | 99 | /* start of data space; can be changed by calling malloc_init */ |