]> granicus.if.org Git - yasm/commitdiff
Change parameter name for yasm_expr_extract_segment declaration to ep to
authorPeter Johnson <peter@tortall.net>
Mon, 2 Jun 2003 00:11:14 +0000 (00:11 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 2 Jun 2003 00:11:14 +0000 (00:11 -0000)
match documentation and function definition.
No functional change.

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

libyasm/expr.h

index 786a2556f62adc0c131f8e66372f82f27181dc76..15c9b4a8b2eb4e78c8a5cc4ce870f51feb90bd5f 100644 (file)
@@ -187,7 +187,7 @@ SLIST_HEAD(yasm__exprhead, yasm__exprentry);
  *         expression is modified such that on return, it's the offset
  *         expression.
  */
-/*@only@*/ /*@null@*/ yasm_expr *yasm_expr_extract_segment(yasm_expr **e);
+/*@only@*/ /*@null@*/ yasm_expr *yasm_expr_extract_segment(yasm_expr **ep);
 
 /** Get the integer value of an expression if it's just an integer.
  * \param ep           expression (pointer to)