]> git.draconx.ca Git - cdecl99.git/blobdiff - src/output.c
libcdecl: reduce snprintf reliance for error reporting.
[cdecl99.git] / src / output.c
index 047fc64ed087138d0d0ceb305485a54d88b0c89d..fb80f99e7128e17606498287a4b936b4b1d311dc 100644 (file)
@@ -25,8 +25,6 @@
 #include "parse.h"
 #include "specstr.h"
 
-#define MIN(a, b) ((a) < (b) ? (a) : (b))
-
 size_t cdecl__advance(struct output_state *dst, size_t amount)
 {
        size_t x = MIN(amount, dst->dstlen);