Menu

#2 duplicate variable declarations

open
nobody
None
5
2003-01-14
2003-01-14
No

ANSI-C allows duplicate variable declarations, but ctool
complains about this, e.g.:

extern int test;
int test;

/tmp/aa.c:2: Symbol name duplicated: test:
int test;
^

Discussion


Log in to post a comment.