mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* httpd/uemf.h: Add empty braces to macro.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* httpd/uemf.h: Add empty braces to macro.
|
||||
|
||||
2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
|
||||
|
||||
PR 1296/cpukit.
|
||||
|
||||
@@ -592,7 +592,7 @@ typedef struct stat gstat_t;
|
||||
#if (defined (ASSERT) || defined (ASSERT_CE))
|
||||
#define a_assert(C) if (C) ; else error(E_L, E_ASSERT, T("%s"), T(#C))
|
||||
#else
|
||||
#define a_assert(C) if (1) ; else
|
||||
#define a_assert(C) if (1) ; else {}
|
||||
#endif /* ASSERT || ASSERT_CE */
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user