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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/mem-limits.h [lexbind]
Date: Tue, 06 Jul 2004 05:57:49 -0400

Index: emacs/src/mem-limits.h
diff -c emacs/src/mem-limits.h:1.29.4.2 emacs/src/mem-limits.h:1.29.4.3
*** emacs/src/mem-limits.h:1.29.4.2     Tue Oct 14 23:16:52 2003
--- emacs/src/mem-limits.h      Tue Jul  6 09:39:56 2004
***************
*** 1,5 ****
  /* Includes for memory limit warnings.
!    Copyright (C) 1990, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Includes for memory limit warnings.
!    Copyright (C) 1990, 93, 94, 95, 1996, 2004  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 81,87 ****
  #define NULL ((POINTER) 0)
  
  extern POINTER start_of_data ();
! #ifdef DATA_SEG_BITS
  #define EXCEEDS_LISP_PTR(ptr) \
    (((EMACS_UINT) (ptr) & ~DATA_SEG_BITS) >> VALBITS)
  #else
--- 81,89 ----
  #define NULL ((POINTER) 0)
  
  extern POINTER start_of_data ();
! #if defined USE_LSB_TAG
! #define EXCEEDS_LISP_PTR(ptr) 0
! #elif defined DATA_SEG_BITS
  #define EXCEEDS_LISP_PTR(ptr) \
    (((EMACS_UINT) (ptr) & ~DATA_SEG_BITS) >> VALBITS)
  #else




reply via email to

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