]> granicus.if.org Git - yasm/commitdiff
* expr.h (yasm_expr_extract_seg): Comment change: remove documentation for
authorPeter Johnson <peter@tortall.net>
Mon, 27 Sep 2004 05:34:40 +0000 (05:34 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 27 Sep 2004 05:34:40 +0000 (05:34 -0000)
nonexistent "simplify" argument.

svn path=/trunk/yasm/; revision=1150

libyasm/expr.h

index 1c38e34ede5be83608535e0c03d32a968616d569..ab52d922c1127cabfb1e25244af4f3b7f3518e9f 100644 (file)
@@ -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).
  */