From 6ce2ac20e1d9095281a233aeb778d0fa2c82dd74 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 4 Jun 2023 23:26:06 +0200 Subject: better diagnostics --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index 6246f02..1b40000 100644 --- a/common.h +++ b/common.h @@ -93,6 +93,7 @@ enum cstd { }; struct option { enum cstd cstd; + bool pedant; bool trigraph; bool nocolor; }; -- cgit v1.2.3