Merge the GCC5 and build fix branches.

This commit is contained in:
John "Elwin" Edwards 2016-03-02 21:28:34 -05:00
commit 8bf09d3064
184 changed files with 4881 additions and 3465 deletions

View file

@ -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;