emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/mem-limits.h


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/mem-limits.h
Date: Tue, 23 Jul 2002 22:07:22 -0400

Index: emacs/src/mem-limits.h
diff -c emacs/src/mem-limits.h:1.29 emacs/src/mem-limits.h:1.30
*** emacs/src/mem-limits.h:1.29 Tue Dec 11 17:18:16 2001
--- emacs/src/mem-limits.h      Tue Jul 23 22:07:21 2002
***************
*** 79,88 ****
--- 79,94 ----
  #define EXCEEDS_LISP_PTR(ptr) ((EMACS_UINT) (ptr) >> VALBITS)
  #endif
  
+ #ifdef DATA_START
+ #define start_of_data() ((char *)DATA_START)
+ #endif
+ 
  #ifdef BSD_SYSTEM
  #ifndef DATA_SEG_BITS
+ #ifndef DATA_START
  extern char etext;
  #define start_of_data() &etext
+ #endif
  #endif
  #endif
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]