summaryrefslogtreecommitdiff
path: root/src/mem-limits.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-14 14:21:09 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-14 14:21:09 +0000
commit3999f9611cdac15ee048f45dc7bdacf81de36126 (patch)
treec458cb873fbcb47a61805074415c26d67005a703 /src/mem-limits.h
parent306230858e0b02b7383004fb904bb4167e7c4f0a (diff)
downloademacs-3999f9611cdac15ee048f45dc7bdacf81de36126.tar.gz
Comment change.
Diffstat (limited to 'src/mem-limits.h')
-rw-r--r--src/mem-limits.h8
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. */
extern int __data_start;
#define start_of_data() &__data_start
-#else
+#else /* not _LIBC */
#if defined (__osf__) && (defined (__mips) || defined (mips) || defined(__alpha))
#include <sys/time.h>
@@ -88,12 +88,12 @@ extern char etext;
#endif
#endif
-#else /* Not emacs */
+#else /* not emacs */
extern char etext;
#define start_of_data() &etext
-#endif /* Not emacs */
+#endif /* not emacs */
-#endif /* _LIBC */
+#endif /* not _LIBC */
/* start of data space; can be changed by calling malloc_init */