]> granicus.if.org Git - yasm/commitdiff
* coretype.h (yasm_output_value_func): Remove splint reference to ep.
authorPeter Johnson <peter@tortall.net>
Mon, 3 Apr 2006 04:39:53 +0000 (04:39 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 3 Apr 2006 04:39:53 +0000 (04:39 -0000)
svn path=/trunk/yasm/; revision=1452

libyasm/coretype.h

index 14ebc43d1650352b890354062c07932bd431dcaa..234421dd8e1c034d1f6d0599aa12f7cdde6f1aa5 100644 (file)
@@ -253,7 +253,7 @@ typedef /*@null@*/ /*@only@*/ yasm_intnum * (*yasm_calc_bc_dist_func)
 typedef int (*yasm_output_value_func)
     (yasm_value *value, /*@out@*/ unsigned char *buf, size_t destsize,
      size_t valsize, int shift, unsigned long offset, yasm_bytecode *bc,
-     int warn, /*@null@*/ void *d) /*@uses *ep@*/;
+     int warn, /*@null@*/ void *d);
 
 /** Convert a symbol reference to its byte representation.  Usually implemented
  * by object formats and debug formats to keep track of relocations generated