X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=yportenv.h;h=f95c6eebd06f5cd5d75a85603b9e12d3715a99ec;hb=fd03f2753af313fc90e59a4ef944106fac3afc0c;hp=9b3e637e29547c155a5c8bc29a9be0981e35f56c;hpb=657bdac1f20c85e9e0d06ef5fcdd49cec4d7627c;p=yaffs%2F.git diff --git a/yportenv.h b/yportenv.h index 9b3e637..f95c6ee 100644 --- a/yportenv.h +++ b/yportenv.h @@ -15,7 +15,7 @@ * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. * - * $Id: yportenv.h,v 1.9 2003-01-17 04:19:08 charles Exp $ + * $Id: yportenv.h,v 1.10 2003-01-31 03:30:33 charles Exp $ * */ @@ -44,7 +44,7 @@ #define YAFFS_LOSTNFOUND_NAME "Lost Clusters" #define YAFFS_LOSTNFOUND_PREFIX "OBJ" -#define YPRINTF(x) +#define YPRINTF(x) RETAILMSG(1,x) // Always pass the sum compare to overcome the case insensitivity issue #define yaffs_SumCompare(x,y) ((x) == (y)) @@ -104,7 +104,7 @@ extern unsigned yfsd_U32FileTimeNow(void); #elif defined CONFIG_YAFFS_DIRECT -// Directct interface +// Direct interface #include "stdlib.h" #include "stdio.h"