X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5458913abab5e33938892b0d279f02f3b09d94db..a82cbb63b6ea1ba38cbbaeb90b0e764c57a34dd0:/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,