X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a94396701038d2da8bb91f5fc31cf00083d16be9..70946cff5eaf230a65ad8581773a535e293f0c85:/src/scan-code.l diff --git a/src/scan-code.l b/src/scan-code.l index 24ef5d92..cacd2561 100644 --- a/src/scan-code.l +++ b/src/scan-code.l @@ -890,7 +890,7 @@ code_props_none_init (code_props *self) *self = code_props_none; } -code_props const code_props_none = CODE_PROPS_NONE_INIT; +code_props code_props_none = CODE_PROPS_NONE_INIT; void code_props_plain_init (code_props *self, char const *code,