emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lisp.h,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h,v
Date: Sun, 10 Feb 2008 14:01:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       08/02/10 14:01:47

Index: lisp.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/lisp.h,v
retrieving revision 1.608
retrieving revision 1.609
diff -u -b -r1.608 -r1.609
--- lisp.h      10 Feb 2008 03:20:40 -0000      1.608
+++ lisp.h      10 Feb 2008 14:01:47 -0000      1.609
@@ -594,7 +594,7 @@
 #define ASET(ARRAY, IDX, VAL)  \
   (eassert ((IDX) == (IDX)),                           \
    eassert ((IDX) >= 0 && (IDX) < ASIZE (ARRAY)),      \
-   ASLOT ((ARRAY), (IDX)) = (VAL))
+   AREF ((ARRAY), (IDX)) = (VAL))
 
 /* Convenience macros for dealing with Lisp strings.  */
 




reply via email to

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