[comp.sources.bugs] File missing from dungeon patches

billw@killer.UUCP (Bill Wisner) (10/12/87)

In new System V Makefile for dungeon, one file is added to the sources and
objects list, exit.F. The only problem is, that file wasn't in the patches.
The program isn't going to compile without them, so.. Bill, are you listening?
-- 
Bill Wisner, HASA 'A' Division		..ihnp4!killer!billw
"It's the coarse feel of the rope that I don't like."

billr@tekred.TEK.COM (Bill Randle) (10/22/87)

Here is exit.F (sorry about the goof).  It will also appear later as
part of Patch3 so that it will be archived.
----------------------
c
c	exit - terminate program
c
	subroutine exit

	stop
	end