comparison src/ChangeLog @ 91727:b2df1fe6ce6d

(struct Lisp_Misc_Any, struct Lisp_Marker) (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd) (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type rather than `int' for the type of `type'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 10 Feb 2008 20:09:38 +0000
parents bb158f0053d9
children c33ec1f680a9
comparison
equal deleted inserted replaced
91726:920a9f8f6463 91727:b2df1fe6ce6d
1 2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
4 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
5 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
6 rather than `int' for the type of `type'.
7
1 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu> 8 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2 9
3 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x. 10 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
4 11
5 * Makefile.in (GNUC): Remove support for gcc-1.x. 12 * Makefile.in (GNUC): Remove support for gcc-1.x.