X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramsyntax.h;h=88f333ac1559d2e662dbaeca7903aecfbdbfa1ed;hb=a209ca32465c61b38f3a57ee6577568f3994e8ab;hp=cbce078e2d65c1eb74bb9985fa2639c4bc525326;hpb=7cd066816f7faab6f8f0eba1fca4dee67ee5dc3b;p=libs%2Fgl.git diff --git a/source/programsyntax.h b/source/programsyntax.h index cbce078e..88f333ac 100644 --- a/source/programsyntax.h +++ b/source/programsyntax.h @@ -204,6 +204,8 @@ struct InterfaceBlock: Node std::string interface; std::string name; Block members; + std::string instance_name; + bool array; InterfaceBlock();