X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Fcpu.h;h=a687275fc095f7f641a180b63ddb544a337951c1;hb=41625d1b16c8f1904c3a2a40b6972725311c66a8;hp=c69b9c6f02129472c96de7de277361b21e09ba49;hpb=377c8e6cb7776c1b7d0368928fc619e20077b87f;p=bertos.git 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)