From 84e7d0704483ce39bbdeacd5e676168db6fa664f Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 19 Oct 1997 16:56:41 +0000 Subject: WARNsify... --- hack/def.objclass.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hack/def.objclass.h') diff --git a/hack/def.objclass.h b/hack/def.objclass.h index 15f7f98d..4281f49f 100644 --- a/hack/def.objclass.h +++ b/hack/def.objclass.h @@ -1,9 +1,10 @@ +/* $NetBSD: def.objclass.h,v 1.4 1997/10/19 16:57:12 christos Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. - * - * $NetBSD: def.objclass.h,v 1.3 1995/03/23 08:29:34 cgd Exp $ */ - +#ifndef _DEF_OBJCLASS_H_ +#define _DEF_OBJCLASS_H_ /* definition of a class of objects */ struct objclass { @@ -61,3 +62,4 @@ extern struct objclass objects[]; * hack.invent.c: if(index("!%?[)=*(0/\"", sym)){ * hack.invent.c: || index("%?!*",otmp->olet))){ */ +#endif /* _DEF_OBJCLASS_H_ */ -- cgit v1.2.3-56-ge451