fixed amb1408 - compiler did not warn about invalid public usage
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401864
This commit is contained in:
parent
aba5378f95
commit
e553996281
@ -4136,6 +4136,8 @@ static int newfunc(char *firstname,int firsttag,int fpublic,int fstatic,int stoc
|
|||||||
/* "declargs()" found the ")"; if a ";" appears after this, it was a
|
/* "declargs()" found the ")"; if a ";" appears after this, it was a
|
||||||
* prototype */
|
* prototype */
|
||||||
if (matchtoken(';')) {
|
if (matchtoken(';')) {
|
||||||
|
if (sym->usage & uPUBLIC)
|
||||||
|
error(10);
|
||||||
sym->usage|=uFORWARD;
|
sym->usage|=uFORWARD;
|
||||||
if (!sc_needsemicolon)
|
if (!sc_needsemicolon)
|
||||||
error(10); /* old style prototypes used with optional semicolumns */
|
error(10); /* old style prototypes used with optional semicolumns */
|
||||||
|
Loading…
Reference in New Issue
Block a user