added warning about old-fashioned declarations
cleaned up error reporting changed implicit declaration handling
This commit is contained in:
@@ -217,13 +217,6 @@ unstack_world()
|
||||
def->df_used ? "used" : "not used");
|
||||
}
|
||||
#endif DEBUG
|
||||
/*
|
||||
/_* find final storage class *_/
|
||||
if (def->df_sc == GLOBAL || def->df_sc == IMPLICIT)
|
||||
/_* even now we still don't know *_/
|
||||
def->df_sc = EXTERN;
|
||||
*/
|
||||
|
||||
if (def->df_sc == STATIC
|
||||
&& def->df_type->tp_fund == FUNCTION
|
||||
&& !def->df_initialized) {
|
||||
|
||||
Reference in New Issue
Block a user