]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
More rationalization of include files:
authorjwise <jwise@NetBSD.org>
Thu, 4 Jan 2001 03:51:23 +0000 (03:51 +0000)
committerjwise <jwise@NetBSD.org>
Thu, 4 Jan 2001 03:51:23 +0000 (03:51 +0000)
commitc8a08e056ff2a0f7268ba7df647b69afcc26d11e
tree8961cddc6cb35f3bdb342820e519a4dec9fb9d9c
parentcc53fc319970619b25fdfa3545d62eab5ffa55dd
More rationalization of include files:

a.) Don't include a zillion system headers from "extern.h" (actually, don't
    include any).
b.) Break a global jmp_buf variable into a new file, so <setjmp.h> doesn't
    have to be pulled in everywhere (it's only used in two places).

The (one line) new file is (c) TNF with a three-clause license, FW(L)IW.
21 files changed:
sail/dr_1.c
sail/dr_2.c
sail/dr_3.c
sail/dr_5.c
sail/dr_main.c
sail/extern.h
sail/game.c
sail/globals.c
sail/main.c
sail/misc.c
sail/parties.c
sail/pl_1.c
sail/pl_2.c
sail/pl_3.c
sail/pl_4.c
sail/pl_5.c
sail/pl_6.c
sail/pl_7.c
sail/pl_main.c
sail/restart.h [new file with mode: 0644]
sail/sync.c