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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/mem-limits.h
Date: Tue, 01 Jun 2004 16:41:47 -0400

Index: emacs/src/mem-limits.h
diff -c emacs/src/mem-limits.h:1.34 emacs/src/mem-limits.h:1.35
*** emacs/src/mem-limits.h:1.34 Mon Sep  1 15:45:56 2003
--- emacs/src/mem-limits.h      Tue Jun  1 20:23:34 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]