aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 35da15a..9b57133 100644
--- a/io.c
+++ b/io.c
@@ -592,7 +592,7 @@ vbfmt(struct wbuf *out, const char *fmt, va_list ap)
default:
if (tok->t >= TKWBEGIN_ && tok->t <= TKWEND_) {
static const char *tab[] = {
- #define _(kw, c) #kw,
+ #define _(kw, c, ...) #kw,
#include "c/keywords.def"
#undef _
};