From: bernhardheld Date: Wed, 18 Jan 2006 20:02:38 +0000 (+0000) Subject: this should have been removed X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=6ea371e5f59c6d38aaa2070e2fc39cf300328fb9;p=fw%2Fsdcc this should have been removed git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4021 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCast.c b/src/SDCCast.c index 285bf5e9..9e49cd43 100644 --- a/src/SDCCast.c +++ b/src/SDCCast.c @@ -4519,7 +4519,6 @@ sizeofOp (sym_link * type) #define IS_IFX(ex) (ex->type == EX_OP && ex->opval.op == IFX ) #define IS_LT(ex) (ex->type == EX_OP && ex->opval.op == '<' ) #define IS_GT(ex) (ex->type == EX_OP && ex->opval.op == '>') -#define IS_NULLOP(ex) (ex->type == EX_OP && ex->opval.op == NULLOP) /*-----------------------------------------------------------------*/ /* backPatchLabels - change and or not operators to flow control */