X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Fcomp_error.c;fp=ncurses%2Ftinfo%2Fcomp_error.c;h=015f34886eb12b21f44b26cafd126b8aa3f3bb9f;hp=d29f027e36e3aacab5206caf98eec09ed3f521a4;hb=027ae42953e3186daed8f3882da73de48291b606;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/ncurses/tinfo/comp_error.c b/ncurses/tinfo/comp_error.c index d29f027e..015f3488 100644 --- a/ncurses/tinfo/comp_error.c +++ b/ncurses/tinfo/comp_error.c @@ -41,7 +41,7 @@ #include -MODULE_ID("$Id: comp_error.c,v 1.29 2005/08/20 19:22:36 tom Exp $") +MODULE_ID("$Id: comp_error.c,v 1.30 2005/11/26 15:28:47 tom Exp $") NCURSES_EXPORT_VAR(bool) _nc_suppress_warnings = FALSE; NCURSES_EXPORT_VAR(int) _nc_curr_line = 0; /* current line # in input */ @@ -87,7 +87,7 @@ _nc_get_type(char *name) strcpy(name, termtype != 0 ? termtype : ""); } -static inline void +static NCURSES_INLINE void where_is_problem(void) { fprintf(stderr, "\"%s\"", sourcename);