- when parsing compound types, do NOT destroy old declarations if
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 16 Sep 2008 02:09:35 +0000 (02:09 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 16 Sep 2008 02:09:35 +0000 (02:09 +0000)
commit953a820405dfd857ff9f5e24f3b630b6103dad46
tree3815710d3a8b01e33b486a98eff998a5bf8dea02
parent85ed7ca7fe45a0125eef76b915114d39eb9b0787
- when parsing compound types, do NOT destroy old declarations if
  a new one with the same name is found, always create a new one
- handle enums analog
- do not record "anonymous declarations" in the AST

[r21986]
parser.c