From aa123fd1e115e8b7c3d9e9b6ac2e59e1741c9313 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 19 Jul 2005 07:26:49 +0000 Subject: [PATCH] Add missing #endif. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@426 38d2e660-2303-0410-9eaa-f027e97ec537 --- cfg/cpu.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg/cpu.h b/cfg/cpu.h index c69b9c6f..a687275f 100755 --- a/cfg/cpu.h +++ b/cfg/cpu.h @@ -17,6 +17,9 @@ /*#* *#* $Log$ + *#* Revision 1.6 2005/07/19 07:26:49 bernie + *#* Add missing #endif. + *#* *#* Revision 1.5 2005/06/27 21:24:17 bernie *#* CPU_CSOURCE(): New macro. *#* @@ -380,6 +383,7 @@ #else /* CPU_REG_BITS > 32 */ #define SIZEOF_PTR 8 #endif +#endif #ifndef CPU_BITS_PER_CHAR #define CPU_BITS_PER_CHAR (SIZEOF_CHAR * 8) -- 2.25.1