suppress warnings about easch <applet>_main() having
no preceding prototype
This commit is contained in:
@@ -200,6 +200,7 @@ static int number_of_tokens(char *buffer)
|
||||
return i;
|
||||
}
|
||||
|
||||
int dc_main(int argc, char **argv);
|
||||
int dc_main(int argc, char **argv)
|
||||
{
|
||||
/* take stuff from stdin if no args are given */
|
||||
|
Reference in New Issue
Block a user