diff options
| author | 2025-09-14 17:59:39 +0200 | |
|---|---|---|
| committer | 2025-09-14 18:24:05 +0200 | |
| commit | 7a318363ec4fdcd80d9d0154cef393c9bf205d5e (patch) | |
| tree | c254e3a3b985bc22e84480346c856052ef9963ca /common.h | |
| parent | 5753e393954aca532abd6a5c10d6e8ab9a96c96c (diff) | |
preliminary pie and pic
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ struct option { bool pedant; bool trigraph; bool nocolor; + bool pie, pic; union { struct { bool p : 1, /* after parsing */ |