X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fglyphs-msw.c;fp=src%2Fglyphs-msw.c;h=34fc84fa03064faa48cb24295d92f99403d62ff0;hb=ee38d21b330f5001b47a577cefb5ba7b82a3b7d3;hp=80ef445aa417e3ad7b39b6fe77858c1c9b634197;hpb=79d2db7d65205bc85d471590726d0cf3af5598e0;p=chise%2Fxemacs-chise.git- diff --git a/src/glyphs-msw.c b/src/glyphs-msw.c index 80ef445..34fc84f 100644 --- a/src/glyphs-msw.c +++ b/src/glyphs-msw.c @@ -1903,7 +1903,7 @@ init_image_instance_from_xbm_inline (Lisp_Image_Instance *ii, break; default: - abort (); + ABORT (); } } @@ -1977,6 +1977,9 @@ mswindows_xbm_instantiate (Lisp_Object image_instance, #ifdef __cplusplus extern "C" { #endif +#ifndef __STDC__ /* Needed to avoid prototype warnings */ +#define __STDC__ +#endif #include #ifdef __cplusplus }