Skip to content
Snippets Groups Projects
Commit 45679394 authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

If we are inheriting the syntax from a superior, we'd rather inherit

the length too.
parent 9ec2849a
No related branches found
No related tags found
No related merge requests found
......@@ -571,6 +571,7 @@ at_add(
if ( sat->sat_sup ) {
if ( !sat->sat_syntax ) {
sat->sat_syntax = sat->sat_sup->sat_syntax;
sat->sat_syntax_len = sat->sat_sup->sat_syntax_len;
}
if ( !sat->sat_equality ) {
sat->sat_equality = sat->sat_sup->sat_equality;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment