From fdab9d9c182b54579c022dc53ee9285a8db90447 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 11 Dec 2025 12:33:05 +0100 Subject: c: support for noreturn, and decl parsing cleanup --- type.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'type.h') diff --git a/type.h b/type.h index f83a60c..2bafa8d 100644 --- a/type.h +++ b/type.h @@ -5,8 +5,6 @@ enum qualifier { QCONST = 1<<0, QVOLATILE = 1<<1, - QNORETURN = 1<<2, /* functions */ - QINLINE = 1<<3, /* functions */ }; enum typetag { /* ordering is important here! */ -- cgit v1.2.3