]> git.draconx.ca Git - cdecl99.git/blobdiff - t/cdeclerr.c
libcdecl: Actually test threading support.
[cdecl99.git] / t / cdeclerr.c
index 3555d68786c582533b2ebb033dcf4b3b0378d08d..2120e24c8c1dd1f847ac3841baffcdfffdc51db3 100644 (file)
 #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)