From db063399123f02faeec4beaedf2ee375a9a50c49 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 24 Sep 2010 17:01:03 +0200 Subject: Fix all EMACS_INT/int conversion errors in print.c (and related files). --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 2af0040e3c2..ecebe75e7ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2010-09-24 Lars Magne Ingebrigtsen + + * xdisp.c (message_dolog): Fix EMACS_INT/int conversion. + + * eval.c (verror): Fix EMACS_INT/int conversion. + + * print.c: (PRINTDECLARE, PRINTPREPARE, strout, print_string) + (print_preprocess, print_check_string_charset_prop) + (print_object): Fix EMACS_INT/int conversion. + + * xdisp.c (message_dolog): Fix EMACS_INT/int conversion. + 2010-09-24 Eli Zaretskii * callproc.c (Fcall_process): Use EMACS_INT for count of @@ -52,6 +64,8 @@ 2010-09-23 Lars Magne Ingebrigtsen + * eval.c (verror): EMACS_INT/int cleanup. + * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to unwind_protect more than 2GB worth of functions. -- cgit v1.3