Merge the GCC5 and build fix branches.
This commit is contained in:
commit
8bf09d3064
184 changed files with 4881 additions and 3465 deletions
|
|
@ -25,9 +25,8 @@ WINDOW *mw; /* Used to store mosnters */
|
|||
FILE *scoreboard = NULL;
|
||||
FILE *logfi = NULL;
|
||||
|
||||
main(argc, argv, envp)
|
||||
char **argv;
|
||||
char **envp;
|
||||
int
|
||||
main(int argc, char *argv[], char *envp[])
|
||||
{
|
||||
char *env;
|
||||
struct linked_list *item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue