Mercurial > yaffs-ecoscentric-gpl
diff yportenv.h @ 413:d94b1449bddc
yaffs: Integrate Android tree differences
This brings in Android changes, and a few more clean-ups to normalise with the
Android tree.
More to follow maybe.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
| author | Charles Manning <cdhmanning@gmail.com> |
|---|---|
| date | Tue, 27 Apr 2010 14:06:38 +1200 |
| parents | b5309c9b6d7f |
| children | 4aa32dd45dc8 |
line wrap: on
line diff
--- a/yportenv.h +++ b/yportenv.h @@ -155,7 +155,11 @@ #ifndef YBUG -#define YBUG() do {T(YAFFS_TRACE_BUG, (TSTR("==>> yaffs bug: " __FILE__ " %d" TENDSTR), __LINE__)); } while (0) +#define YBUG() do {\ + T(YAFFS_TRACE_BUG,\ + (TSTR("==>> yaffs bug: " __FILE__ " %d" TENDSTR),\ + __LINE__));\ +} while (0) #endif #endif
