X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fydirectenv.h;h=7860b848f21548cc4c6f3432425e839c94893344;hp=ad4efab710e036d3904a256c0e43add08c9d46cc;hb=ce0a5fb9849b6dc0d1347709b28d3a34eefec662;hpb=511baf572f96c689043518d443086b8dd6751089 diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index ad4efab..7860b84 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -29,8 +29,8 @@ #include "yaffs_hweight.h" #include "assert.h" -#define YBUG() assert(0) -//#define YBUG() do { *((int *)0) =1;} while(0) +#define BUG() assert(0) +//#define BUG() do { *((int *)0) =1;} while(0) #define YCHAR char