+/* $NetBSD: def.obj.h,v 1.4 1997/10/19 16:57:09 christos Exp $ */
+
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
- *
- * $NetBSD: def.obj.h,v 1.3 1995/03/23 08:29:32 cgd Exp $
*/
-
+#ifndef _DEF_OBJ_H_
+#define _DEF_OBJ_H_
struct obj {
struct obj *nobj;
unsigned o_id;
#define newobj(xl) (struct obj *) alloc((unsigned)(xl) + sizeof(struct obj))
#define ONAME(otmp) ((char *) otmp->oextra)
#define OGOLD(otmp) (otmp->oextra[0])
+#endif /* _DEF_OBJ_H_ */