comparison src/ChangeLog @ 71677:de59660f0a51

(Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 Jul 2006 16:52:13 +0000
parents 1404a22bd1f5
children 9e578ef3e05c
comparison
equal deleted inserted replaced
71676:6930c75732b8 71677:de59660f0a51
1 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
2 4
3 * lread.c (read_filtered_event): Remove `register' qualifier because it 5 * lread.c (read_filtered_event): Remove `register' qualifier because it
4 causes compilation problem with gcc-4.0.2-20051125 on amd64. 6 causes compilation problem with gcc-4.0.2-20051125 on amd64.
5 (readevalloop): Remove unused var `bpos'. 7 (readevalloop): Remove unused var `bpos'.
6 Yet another int/Lisp_Object mixup (YAILOM). 8 Yet another int/Lisp_Object mixup (YAILOM).