Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -332,7 +332,7 @@ static void write1(const char *out)
|
||||
fputs(out, stdout);
|
||||
}
|
||||
|
||||
extern int vi_main(int argc, char **argv)
|
||||
int vi_main(int argc, char **argv)
|
||||
{
|
||||
int c;
|
||||
RESERVE_CONFIG_BUFFER(STATUS_BUFFER, STATUS_BUFFER_LEN);
|
||||
|
Reference in New Issue
Block a user