fix for ferite's D() macro - i will fix this in ferite 0.99.2

SVN revision: 5633
This commit is contained in:
boris 2001-11-06 00:34:57 +00:00 committed by boris
parent dc57333ca9
commit 0bbc3ae37d
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,15 @@
#include "debug.h"
/*#include "debug.h"*/
#include "e_ferite.h"
#include "e_ferite_gen_header.h"
#ifdef D /* until ferite doesn't pullte the D(ebug) macro */
# undef D
# define D(x,...)
# define D_ENTER
# define D_RETURN
# define D_RETURN_(x)
#endif
void e_ferite_init(void)
{
D_ENTER;