]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.l
allow modification on retrieved code_props.
[bison.git] / src / scan-code.l
index 24ef5d920c280a35abea7ccfde6a01b7c2428f65..cacd2561b62fc023d8a336066239f502a238585d 100644 (file)
@@ -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,