From 44f645e897e30c5c0b110beef5ec73cdd022b1e9 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Fri, 26 Aug 2011 15:26:38 +0200 Subject: [PATCH] Re-generate uconfig.h This makes porting/regen.t pass again. --- uconfig.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uconfig.h b/uconfig.h index c8eeed0..a745017 100644 --- a/uconfig.h +++ b/uconfig.h @@ -88,7 +88,7 @@ * of significant digits in a double precision number. If this * symbol is not defined, a guess of 15 is usually pretty good. */ -/*#define HAS_DBL_DIG / * */ +/*#define HAS_DBL_DIG / **/ /* HAS_DIFFTIME: * This symbol, if defined, indicates that the difftime routine is @@ -3519,7 +3519,7 @@ * of significant digits in a long double precision number. Unlike * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined. */ -/*#define HAS_LDBL_DIG / * */ +/*#define HAS_LDBL_DIG / **/ /* LIBM_LIB_VERSION: * This symbol, if defined, indicates that libm exports _LIB_VERSION @@ -4660,7 +4660,7 @@ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. */ -#define Size_t_size 4 /* */ +#define Size_t_size 4 /**/ /* Size_t: * This symbol holds the type used to declare length parameters @@ -4696,6 +4696,6 @@ #endif /* Generated from: - * 0f70463fec894befd8b575cde82695d5f1ad41a02f78afd34357a24f7b069d05 config_h.SH + * 31a462b40046313b877734092b49f853190d949d609c56fc0f03085f3aedc382 config_h.SH * 9ea5c7e8b0b32c76caab5a89a371b8cdce6efcf690a5a74962b9b856fab49fed uconfig.sh * ex: set ro: */ -- 1.8.3.1