Replace Real64 with double

This commit is contained in:
Emmanuel Gil Peyrot
2020-09-28 02:39:49 +02:00
parent f538156ba8
commit 5af9666486
4 changed files with 93 additions and 95 deletions

View File

@@ -297,8 +297,6 @@ AH_BOTTOM([#if C_HAS_BUILTIN_EXPECT
dnl These custom typedefs are unnecessary and should be deprecated.
dnl Linux systems for ages now have had stdint.h to define uint8_t, etc.
AH_BOTTOM([
typedef double Real64;
#if SIZEOF_UNSIGNED_CHAR != 1
# error "sizeof (unsigned char) != 1"
#else