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:
parent
f5df591a70
commit
8db2e33bc5
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue