]> git.eshelyaron.com Git - emacs.git/commitdiff
log for some lvalue/rvalue fixes
authorKen Raeburn <raeburn@raeburn.org>
Sat, 3 Nov 2001 21:32:07 +0000 (21:32 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 3 Nov 2001 21:32:07 +0000 (21:32 +0000)
src/ChangeLog

index 9472e65afb588393edb9a0a462336ac865c3aedc..5936c20a719170aef76372e545be650168e042d7 100644 (file)
@@ -1,3 +1,11 @@
+2001-11-03  Ken Raeburn  <raeburn@gnu.org>
+
+       * lisp.h (CHECK_STRING_CAR): New macro.
+       * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
+       treating XCAR and XCDR as lvalues.
+       (openp): Use CHECK_STRING_CAR.
+       (read_list): Use XSETCDR instead of treating XCDR as lvalue.
+
 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.