From: bernhardheld Date: Sat, 8 Mar 2003 00:56:35 +0000 (+0000) Subject: sdcc_vc_in.h: use appropriate data-types on host for SDCC's int and long X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=67d39d3ab8c4d9f99880df9d4a00cdd81bf56a85;p=fw%2Fsdcc sdcc_vc_in.h: use appropriate data-types on host for SDCC's int and long git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2344 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index df875f5d..c178840c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * configure.in: find appropriate data-types on host for SDCC's int and long * sdccconf_in.h: find appropriate data-types on host for SDCC's int and long * src/xa51/gen.c: use %d, not %ld for 4 byte variables + * sdcc_vc_in.h: use appropriate data-types on host for SDCC's int and long 2003-03-07