From 6ea371e5f59c6d38aaa2070e2fc39cf300328fb9 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Wed, 18 Jan 2006 20:02:38 +0000 Subject: [PATCH] this should have been removed git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4021 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCast.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.30.2