aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 96cac978c..011a44bcb 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -4604,8 +4604,7 @@ struct PrintfArguments {
*/
struct FpDecode {
char sign; /* '+' or '-' */
- char isNan; /* True if not-a-number */
- char isInf; /* True if infinity */
+ char isSpecial; /* 1: Infinity 2: NaN */
int n; /* Significant digits in the decode */
int iDP; /* Location of the decimal point */
char z[24]; /* Significiant digits */