From: bernie Date: Tue, 19 Oct 2004 11:47:07 +0000 (+0000) Subject: Add missing #endif. X-Git-Tag: 1.0.0~992 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f220d7305a55e833578f016409ecb0fc4d68cc46;p=bertos.git Add missing #endif. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@249 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/kern/proc_p.h b/kern/proc_p.h index d4961ebb..50ad1325 100755 --- a/kern/proc_p.h +++ b/kern/proc_p.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.10 2004/10/19 11:47:07 bernie + *#* Add missing #endif. + *#* *#* Revision 1.9 2004/10/19 08:55:31 bernie *#* Define forbid_cnt. *#* @@ -76,8 +79,9 @@ typedef struct Process sigset_t sig_recv; /*!< Received signals */ #endif -#if CONFIG_PROC_PREEMPTIVE +#if CONFIG_KERN_PREEMPTIVE int forbid_cnt; /*!< Nesting count for proc_forbid()/proc_permit(). */ +#endif #if CONFIG_KERN_HEAP uint16_t flags; /*!< Flags */