* src/SDCCast.c (decorateType): don't decorate/process parms twice,
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 11 Apr 2004 21:42:02 +0000 (21:42 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 11 Apr 2004 21:42:02 +0000 (21:42 +0000)
commit22ac74a468a03e9989dc8b6365f8a49530e45a95
tree8b39d0f952d262991e53ef5bfe1dfb0162f10665
parentd65f0b910fb11f23dfff2724e666b7e742af007e
* src/SDCCast.c (decorateType): don't decorate/process parms twice,
(processParms): fixed bug #927659: don't copy parms, this will clear decorated flag
* support/regression/tests/bug-927659.c: added

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