diff options
Diffstat (limited to 'vendor/modernc.org/cc/v3/cc.go')
-rw-r--r-- | vendor/modernc.org/cc/v3/cc.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/modernc.org/cc/v3/cc.go b/vendor/modernc.org/cc/v3/cc.go index dc8f98a3c..248a9b019 100644 --- a/vendor/modernc.org/cc/v3/cc.go +++ b/vendor/modernc.org/cc/v3/cc.go @@ -528,6 +528,7 @@ type Config struct { DebugWorkingDir bool // Output to stderr. DoNotTypecheckAsm bool EnableAssignmentCompatibilityChecking bool // No such checks performed up to v3.31.0. Currently only partially implemented. + FixBitfieldPadding bool // Fix a bug in calculating field positions after a bitfield. InjectTracingCode bool // Output to stderr. LongDoubleIsDouble bool PreprocessOnly bool |