X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fydirectenv.h;h=c651394c80b0901de4aa2d115f8e3ba60f5d2159;hp=d05912643be2503de11fe8af442c8772d97e732a;hb=378bbdf4d64b8b26db55a495ab6ae520ff62e471;hpb=7458406d72d761247dc994f82f9879d9f4ecee56 diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index d059126..c651394 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -14,7 +14,7 @@ * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. * - * $Id: ydirectenv.h,v 1.3 2006-05-21 09:39:12 charles Exp $ + * $Id: ydirectenv.h,v 1.4 2006-10-03 10:13:03 charles Exp $ * */ @@ -38,8 +38,11 @@ #define yaffs_sprintf sprintf #define yaffs_toupper(a) toupper(a) +#ifdef NO_Y_INLINE +#define Y_INLINE +#else #define Y_INLINE inline - +#endif #define YMALLOC(x) malloc(x) #define YFREE(x) free(x)