X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyportenv.h;fp=direct%2Fyportenv.h;h=48e32ea65de7dcff74ad48fae9d85af774bbcfdc;hp=597898edbe20742bda266699e344ef10110d4238;hb=79d0e028d5b777b2e4cf55d96b737cb024988abe;hpb=fb1a7ee223619260cfd9b6366fd78747cc572cd5 diff --git a/direct/yportenv.h b/direct/yportenv.h index 597898e..48e32ea 100644 --- a/direct/yportenv.h +++ b/direct/yportenv.h @@ -54,13 +54,6 @@ #define Y_INLINE inline -/* #define YINFO(s) YPRINTF(( __FILE__ " %d %s\n",__LINE__,s)) */ -/* #define YALERT(s) YINFO(s) */ - -#define TENDSTR "\n" -#define TSTR(x) x -#define TOUT(p) printf p - #define YAFFS_LOSTNFOUND_NAME "lost+found" #define YAFFS_LOSTNFOUND_PREFIX "obj" /* #define YPRINTF(x) printf x */ @@ -68,8 +61,6 @@ #define YAFFS_ROOT_MODE 0755 #define YAFFS_LOSTNFOUND_MODE 0700 -#define yaffs_sum_cmp(x, y) ((x) == (y)) -#define strcmp(a, b) strcmp(a, b) #else /* Should have specified a configuration type */