diff options
Diffstat (limited to 'gcc/defaults.h')
| -rw-r--r-- | gcc/defaults.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 182de95..0363a46 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -460,11 +460,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #ifndef DECIMAL32_TYPE_SIZE #define DECIMAL32_TYPE_SIZE 32 -#endif +#endif -#ifndef DECIMAL64_TYPE_SIZE +#ifndef DECIMAL64_TYPE_SIZE #define DECIMAL64_TYPE_SIZE 64 -#endif +#endif #ifndef DECIMAL128_TYPE_SIZE #define DECIMAL128_TYPE_SIZE 128 |
