From 20dcf2190c6928dca35d54042e435e5cf60bdca5 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 20 Aug 2007 05:10:26 +0000 Subject: [PATCH] Fix warning documentation to match behavior of yasm_value_output_basic(). svn path=/trunk/yasm/; revision=1912 --- libyasm/coretype.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libyasm/coretype.h b/libyasm/coretype.h index 18dab291..60114e91 100644 --- a/libyasm/coretype.h +++ b/libyasm/coretype.h @@ -247,9 +247,7 @@ typedef enum yasm_expr_op { * \param bc current bytecode (usually passed into higher-level * calling function) * \param warn enables standard warnings: zero for none; - * nonzero for overflow/underflow floating point warnings; - * negative for signed integer warnings, - * positive for unsigned integer warnings + * nonzero for overflow/underflow floating point warnings * \param d objfmt-specific data (passed into higher-level calling * function) * \return Nonzero if an error occurred, 0 otherwise. -- 2.40.0