beremiz
Clone
Summary
Browse
Changes
Graph
fix problem with initial values for array of structures
2017-06-08, Andrey Skvortsov
72286367d0fd
file is
Executable
fix problem with initial values for array of structures
for structures wrong empty repetition attributes were generated
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>