From: Matthijs Kooijman Date: Sun, 21 Jun 2009 17:56:25 +0000 (+0200) Subject: Move type registration out of construct_vhdl_ty. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=e03f02c419b4365d498c25dfbc861215394046df;hp=e03f02c419b4365d498c25dfbc861215394046df;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Move type registration out of construct_vhdl_ty. construct_vhdl_ty now only creates the type and does not register it in the session. Additionally, we save only the TypeDef in the session instead of the TypeDec, since the latter contains the VHDLId which we also store separately. This means we'll create the TypeDecs later, when outputint the types VHDL package. ---