cannot use 'inline' in header files because <config.h> has

not been included yet to undefine it on platforms that do not support it
This commit is contained in:
Andreas Gustafsson
2000-05-05 18:22:16 +00:00
parent 5466ce3f27
commit e79be811b0
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ debug(char *format, ...) {
}
#endif
inline void
void
check_result(isc_result_t result, char *msg) {
if (result != ISC_R_SUCCESS)
fatal("%s: %s", msg, isc_result_totext(result));

View File

@@ -116,7 +116,7 @@ void
fatal(char *format, ...) ;
void
debug(char *format, ...) ;
inline void
void
check_result(isc_result_t result, char *msg);
isc_boolean_t
isclass(char *text) ;