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

@ -21,8 +21,8 @@
* If this was the object of something's desire, that monster will
* get mad and run at the hero
*/
update_mdest(obj)
register THING *obj;
void
update_mdest(THING *obj)
{
register THING *mp;