projects
/
yasm
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d58d7a
)
* bytecode.h (yasm_dv_create_float): Remove (no implementation exists or is
author
Peter Johnson
<peter@tortall.net>
Sun, 25 Sep 2005 03:23:54 +0000
(
03:23
-0000)
committer
Peter Johnson
<peter@tortall.net>
Sun, 25 Sep 2005 03:23:54 +0000
(
03:23
-0000)
planned).
svn path=/trunk/yasm/; revision=1235
libyasm/bytecode.h
patch
|
blob
|
history
diff --git
a/libyasm/bytecode.h
b/libyasm/bytecode.h
index e344bcbe36680d7edb2c878c46049ad9d2ca0439..1bd9bbfcd4e635eb4a9991f82d90d56183ac9f19 100644
(file)
--- a/
libyasm/bytecode.h
+++ b/
libyasm/bytecode.h
@@
-286,12
+286,6
@@
yasm_bc_resolve_flags yasm_bc_resolve(yasm_bytecode *bc, int save,
*/
yasm_dataval *yasm_dv_create_expr(/*@keep@*/ yasm_expr *expn);
-/** Create a new data value from a float.
- * \param flt floating point value
- * \return Newly allocated data value.
- */
-yasm_dataval *yasm_dv_create_float(/*@keep@*/ yasm_floatnum *flt);
-
/** Create a new data value from a string.
* \param str_val string
* \return Newly allocated data value.