Use the same struct variable_t for variable and parameter entities.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 16 May 2012 04:53:40 +0000 (06:53 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 16 May 2012 04:53:40 +0000 (06:53 +0200)
commit188cd4cc8ba69ffabfbf3b78db6a36697cff79f6
tree667c3457b9c01f1fb1bff1be0ed014730b563875
parent83257360e4bdc95c2a7d8cc425ed403a40428848
Use the same struct variable_t for variable and parameter entities.

They behave mostly the same, so this gets rid of some code duplication.
ast2firm.c
entity.c
entity.h
entity_t.h
parser.c