]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - hack/def.trap.h
1 /* $NetBSD: def.trap.h,v 1.4 1997/10/19 16:57:23 christos Exp $ */
4 * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
16 extern struct trap
*ftrap
;
17 #define newtrap() (struct trap *) alloc(sizeof(struct trap))
19 /* various kinds of traps */
26 #define SLP_GAS_TRAP 6
28 #define MIMIC 8 /* used only in mklev.c */
29 #define TRAPNUM 9 /* if not less than 32, change sizeof(ttyp) */
30 /* see also mtrapseen (bit map) */
31 #endif /* _DEF_TRAP_H_ */