From d5f154ed760d0929530fdce5409d5772a708ea05 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 23 Oct 2025 17:48:22 +0200 Subject: c: make builtin va_list an opaque struct --- io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 53cb6af..77380c3 100644 --- a/io.c +++ b/io.c @@ -210,7 +210,6 @@ pritypebefore(struct wbuf *buf, union type ty, int qual) case TYFLOAT: s = "float"; goto Prim; case TYDOUBLE: s = "double"; goto Prim; case TYLDOUBLE:s = "long double"; goto Prim; - case TYVALIST: s = "va_list"; goto Prim; case TYPTR: chld = typechild(ty); n = pritypebefore(buf, chld, ty.flag & TFCHLDQUAL); -- cgit v1.2.3