[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r11992 - in /libdfp/trunk: ./ sysdeps/powerpc/dfpu/ sysdeps/s390/dfpu/ sysdeps/soft-dfp/dpd/
- To: commits@xxxxxxxxxx
- Subject: [commits] r11992 - in /libdfp/trunk: ./ sysdeps/powerpc/dfpu/ sysdeps/s390/dfpu/ sysdeps/soft-dfp/dpd/
- From: luis@xxxxxxxxxx
- Date: Mon, 08 Nov 2010 20:21:27 -0000
Author: luis
Date: Mon Nov 8 12:21:26 2010
New Revision: 11992
Log:
2010-11-08 Luis Machado <luisgpm@xxxxxxxxxx>
* sysdeps/s390/dfpu/numdigits.h: Remove include guards.
* sysdeps/powerpc/dfpu/numdigits.h: Likewise.
* sysdeps/soft-dfp/dpd/numdigits.h: Likewise.
Modified:
libdfp/trunk/ChangeLog
libdfp/trunk/sysdeps/powerpc/dfpu/numdigits.h
libdfp/trunk/sysdeps/s390/dfpu/numdigits.h
libdfp/trunk/sysdeps/soft-dfp/dpd/numdigits.h
Modified: libdfp/trunk/ChangeLog
==============================================================================
--- libdfp/trunk/ChangeLog (original)
+++ libdfp/trunk/ChangeLog Mon Nov 8 12:21:26 2010
@@ -1,3 +1,9 @@
+2010-11-08 Luis Machado <luisgpm@xxxxxxxxxx>
+
+ * sysdeps/s390/dfpu/numdigits.h: Remove include guards.
+ * sysdeps/powerpc/dfpu/numdigits.h: Likewise.
+ * sysdeps/soft-dfp/dpd/numdigits.h: Likewise.
+
2010-10-07 Ryan S. Arnold <rsa@xxxxxxxxxx>
* tests/test-printf.c (printf_d128s): Added 0.9999999999DL which
Modified: libdfp/trunk/sysdeps/powerpc/dfpu/numdigits.h
==============================================================================
--- libdfp/trunk/sysdeps/powerpc/dfpu/numdigits.h (original)
+++ libdfp/trunk/sysdeps/powerpc/dfpu/numdigits.h Mon Nov 8 12:21:26 2010
@@ -25,9 +25,8 @@
Please see dfp/COPYING.txt for more information. */
-/* Allow this to be included more than once so don't guard it. */
-//#ifndef _NUMDIGITS_H
-//#define _NUMDIGITS_H 1
+/* Alow this file to be included more than once, so don't use the usual
+ include guards. */
#define NUMDIGITS_SUPPORT 1
@@ -205,5 +204,3 @@
* _Decima64 back to _Decimal32 since the calculation is done in _Decimal64. */
return (DEC_TYPE)rnd;
}
-
-//#endif /* _NUMDIGITS_H */
Modified: libdfp/trunk/sysdeps/s390/dfpu/numdigits.h
==============================================================================
--- libdfp/trunk/sysdeps/s390/dfpu/numdigits.h (original)
+++ libdfp/trunk/sysdeps/s390/dfpu/numdigits.h Mon Nov 8 12:21:26 2010
@@ -23,9 +23,8 @@
Please see libdfp/COPYING.txt for more information. */
-#ifndef _NUMDIGITS_H
-#define _NUMDIGITS_H 1
-
+/* Alow this file to be included more than once, so don't use the usual
+ include guards. */
#define NUMDIGITS_SUPPORT 1
@@ -171,6 +170,3 @@
return rnd;
#endif
}
-
-
-#endif /* _NUMDIGITS_H */
Modified: libdfp/trunk/sysdeps/soft-dfp/dpd/numdigits.h
==============================================================================
--- libdfp/trunk/sysdeps/soft-dfp/dpd/numdigits.h (original)
+++ libdfp/trunk/sysdeps/soft-dfp/dpd/numdigits.h Mon Nov 8 12:21:26 2010
@@ -23,9 +23,8 @@
Please see dfp/COPYING.txt for more information. */
-
-//#ifndef _NUMDIGITS_H
-//#define _NUMDIGITS_H 1
+/* Alow this file to be included more than once, so don't use the usual
+ include guards. */
#define NUMDIGITS_SUPPORT 1
@@ -226,5 +225,3 @@
return x;
}
-
-//#endif /* _NUMDIGITS_H */