* src/SDCCsymt.c: fixed bug #1159134: invalid duplicate declarations
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Feb 2007 13:41:24 +0000 (13:41 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Feb 2007 13:41:24 +0000 (13:41 +0000)
commit0ac3f73cc9164ae51eaabbdbb8c6fb5948d82078
treed3d4e6d0b13d99ba1fe8efc1e3c167d527835779
parent878993546e14daefe2666d11567331161f79b557
* src/SDCCsymt.c: fixed bug #1159134: invalid duplicate declarations
  with same scope
* support/regression/tests/bug-1654060.c: added regression test for
  #1654060

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4628 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCCsymt.c
support/regression/tests/bug-1654060.c [new file with mode: 0644]