Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -1108,7 +1108,7 @@ static void add_cmd_block(char *cmdstr)
|
||||
free(temp);
|
||||
}
|
||||
|
||||
extern int sed_main(int argc, char **argv)
|
||||
int sed_main(int argc, char **argv)
|
||||
{
|
||||
int status = EXIT_SUCCESS, opt, getpat = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user