X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=macros.h;h=797db21dbd65fba3b71550f8482b9a9107368e68;hb=277b540c0764dd376dcf583acdc97a2b2fd3d8e6;hp=f027ce2bee11039bac286f360d3165a15772325d;hpb=f78e7b82ce293dabb9695e3656c244b955fbb9d2;p=bertos.git diff --git a/macros.h b/macros.h index f027ce2b..797db21d 100755 --- a/macros.h +++ b/macros.h @@ -13,35 +13,38 @@ * \brief Common and handy function macros */ -/* - * $Log$ - * Revision 1.3 2004/08/24 14:13:48 bernie - * Restore a few macros that were lost in the way. - * - * Revision 1.2 2004/08/24 13:32:14 bernie - * PP_CAT(), PP_STRINGIZE(): Move back to compiler.h to break circular dependency between cpu.h/compiler.h/macros.h; - * offsetof(), countof(): Move back to compiler.h to avoid including macros.h almost everywhere; - * Trim CVS log; - * Rename header guards; - * Don't include arch_config.h in compiler.h as it's not needed there. - * - * Revision 1.1 2004/08/14 19:37:57 rasky - * Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei processi, etc. - * - * Revision 1.4 2004/08/14 18:36:50 rasky - * Doxygen fix e un livello di parentesi aggiuntivi per la macro - * - * Revision 1.3 2004/08/12 20:01:32 rasky - * Aggiunte macro BIT_CHANGE e BIT_CHANGE_BV - * - * Revision 1.2 2004/08/10 21:36:14 rasky - * Aggiunto include macros.h dove serve - * Aggiunta dipendenza da compiler.h in macros.h - * - * Revision 1.1 2004/08/10 21:30:00 rasky - * Estratte le funzioni macro in macros.h - * - */ +/*#* + *#* $Log$ + *#* Revision 1.4 2004/08/25 14:12:08 rasky + *#* Aggiornato il comment block dei log RCS + *#* + *#* Revision 1.3 2004/08/24 14:13:48 bernie + *#* Restore a few macros that were lost in the way. + *#* + *#* Revision 1.2 2004/08/24 13:32:14 bernie + *#* PP_CAT(), PP_STRINGIZE(): Move back to compiler.h to break circular dependency between cpu.h/compiler.h/macros.h; + *#* offsetof(), countof(): Move back to compiler.h to avoid including macros.h almost everywhere; + *#* Trim CVS log; + *#* Rename header guards; + *#* Don't include arch_config.h in compiler.h as it's not needed there. + *#* + *#* Revision 1.1 2004/08/14 19:37:57 rasky + *#* Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei processi, etc. + *#* + *#* Revision 1.4 2004/08/14 18:36:50 rasky + *#* Doxygen fix e un livello di parentesi aggiuntivi per la macro + *#* + *#* Revision 1.3 2004/08/12 20:01:32 rasky + *#* Aggiunte macro BIT_CHANGE e BIT_CHANGE_BV + *#* + *#* Revision 1.2 2004/08/10 21:36:14 rasky + *#* Aggiunto include macros.h dove serve + *#* Aggiunta dipendenza da compiler.h in macros.h + *#* + *#* Revision 1.1 2004/08/10 21:30:00 rasky + *#* Estratte le funzioni macro in macros.h + *#* + *#*/ #ifndef MACROS_H #define MACROS_H