1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00

log for some lvalue/rvalue fixes

This commit is contained in:
Ken Raeburn 2001-11-03 21:32:07 +00:00
parent f5df591a70
commit 8db2e33bc5

View 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.