X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/e9d3a59c29b3eea45ea37bc3ceef5d32ed81b9eb..481f693b0400b05586d90f60494e0e661ad8a1c1:/t/cdeclerr.c diff --git a/t/cdeclerr.c b/t/cdeclerr.c index 3555d68..2120e24 100644 --- a/t/cdeclerr.c +++ b/t/cdeclerr.c @@ -27,9 +27,12 @@ #include "errmsg.h" #include "tap.h" +/* + * Function called from output.c but not needed for error messaging. + */ const char *cdecl__token_name(unsigned token) { - assert(0); + tap_bail_out("stub cdecl__token_name called"); } static char *fmt_char(int c, char *buf)