Fix handling of pre-C2X function declarators without prototype, RFE #776.
commit1ed4cd447858ab059123f08d1eba6ddfd3340ffb
authorspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 2 Aug 2022 16:40:37 +0000 (2 16:40 +0000)
committerspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 2 Aug 2022 16:40:37 +0000 (2 16:40 +0000)
treed74749a924aa1f998c0f4b341aa250d95b655bbf
parent877b0eeee7580e1144f270e421e1ba523402d960
Fix handling of pre-C2X function declarators without prototype, RFE #776.

git-svn-id: https://svn.code.sf.net/p/sdcc/code/trunk@13618 4a8a32a2-be11-0410-ad9d-d568d2c75423
18 files changed:
sdcc/ChangeLog
sdcc/src/SDCC.y
sdcc/src/SDCCast.c
sdcc/src/SDCCerr.c
sdcc/src/SDCCerr.h
sdcc/src/SDCCsymt.c
sdcc/src/SDCCsymt.h
sdcc/support/regression/tests/bug-2222.c
sdcc/support/regression/tests/bug-2263.c
sdcc/support/regression/tests/bug-2320.c
sdcc/support/regression/tests/bug-2629.c
sdcc/support/regression/tests/bug-2956.c
sdcc/support/regression/tests/bug-3079.c
sdcc/support/regression/tests/bug-3081.c
sdcc/support/regression/tests/bug-3093.c
sdcc/support/regression/tests/bug-3135.c
sdcc/support/regression/tests/bug-3169.c
sdcc/support/regression/tests/bug-3215.c