From 08d4a0c0fa6d1eee93d2dc57544d65d95913c4e6 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Thu, 20 Apr 2006 00:50:37 +0000 Subject: [PATCH] comment bit (trunk only) --- include/obj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/obj.h b/include/obj.h index 634291db8..1748f5ccb 100644 --- a/include/obj.h +++ b/include/obj.h @@ -331,8 +331,8 @@ struct obj { * 1. Add the structure definition and any required macros in an appropriate * header file that precedes this one. * 2. Add a pointer to your new struct to the oextra struct in this file. - * 3. Add a referencing macro at the bottom of this file after the mextra - * struct (see ONAME, OMONST, OMIN, OLONG, or OMAILCMD for examples). + * 3. Add a referencing macro to this file after the newobj macro above + * (see ONAME, OMONST, OMIN, OLONG, or OMAILCMD for examples). * 4. Add a testing macro after the set of referencing macros * (see has_oname(), has_omonst(), has_omin(), has_olong(), * has_omailcmd() for examples).