diff options
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 6468ef27cc6..db6c3828cc4 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -207,7 +207,10 @@ enum c_typespec_keyword { cts_char, cts_int, cts_float, - cts_double + cts_double, + cts_dfloat32, + cts_dfloat64, + cts_dfloat128 }; /* A sequence of declaration specifiers in C. */ |