diff --git a/errtbl.c b/errtbl.c index 2db3ac6..1d2c439 100644 --- a/errtbl.c +++ b/errtbl.c @@ -1683,6 +1683,12 @@ errsym_2_errnum(CONST char *errsym) } +/* + * The code below is not compatible with the errcode executable + */ +#if !defined(ERRCODE_SRC) + + /* * errnum_2_errsym - convert an errnum value into an errsym E_STRING, possibly malloced * @@ -1934,6 +1940,9 @@ errsym_2_errmsg(CONST char *errsym, bool *palloced) } +#endif /* !ERRCODE_SRC */ + + /* * The code below is used to form the errcode executable and is NOT part of libcalc */