Commit abaf6a08 authored by Robert Izzard's avatar Robert Izzard
Browse files

remove array from _Generic as this is not supported (it's converted to a pointer anyway)

parent 75f6212b
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -624,7 +624,6 @@ enum {
        unsigned long int: "unsigned long int",                 \
        unsigned long long int: "unsigned long long int",       \
        float * : "float*",                                     \
        double[3]: "double array",                              \
        double * :  "double*",                                  \
        long double * :  "long double*",                        \
        double const * : "double array",                        \