From: Peter Johnson Date: Mon, 27 Sep 2004 05:34:40 +0000 (-0000) Subject: * expr.h (yasm_expr_extract_seg): Comment change: remove documentation for X-Git-Tag: v0.4.0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=713ab6d38480defc74eb9a35b294b3e8b9553bca;p=yasm * expr.h (yasm_expr_extract_seg): Comment change: remove documentation for nonexistent "simplify" argument. svn path=/trunk/yasm/; revision=1150 --- diff --git a/libyasm/expr.h b/libyasm/expr.h index 1c38e34e..ab52d922 100644 --- a/libyasm/expr.h +++ b/libyasm/expr.h @@ -183,7 +183,6 @@ SLIST_HEAD(yasm__exprhead, yasm__exprentry); /** Remove the SEG unary operator if present, leaving the lower level * expression. * \param ep expression (pointer to) - * \param simplify if nonzero, simplify the expression first * \return NULL if the expression does not have a top-level operator of SEG; * otherwise the modified input expression (without the SEG). */