emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Sun, 06 Jul 2003 19:12:22 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.310 emacs/src/alloc.c:1.311
*** emacs/src/alloc.c:1.310     Sun Jul  6 15:34:03 2003
--- emacs/src/alloc.c   Sun Jul  6 19:12:21 2003
***************
*** 3468,3473 ****
--- 3468,3474 ----
        /* P must point to the start of a Lisp_Float and not be
         one of the unused cells in the current float block.  */
        return (offset >= 0
+             && offset < (FLOAT_BLOCK_SIZE * sizeof b->floats[0])
              && offset % sizeof b->floats[0] == 0
              && (b != float_block
                  || offset / sizeof b->floats[0] < float_block_index));




reply via email to

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