Changes between Initial Version and Version 1 of Ticket #58726, comment 2
- Timestamp:
- Jul 15, 2019, 9:32:34 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58726, comment 2
initial v1 3 3 configure.cflags-append -std=gnu99 4 4 }}} 5 6 `-std=c11` did not work. 7 8 This page <https://clang.llvm.org/docs/UsersManual.html> suggests clang supports the `typeof` keywork with any `gnu*` standard. 9 {{{ 10 The parser recognizes “asm” and “typeof” as keywords in gnu* modes; the variants “__asm__” and “__typeof__” are recognized in all modes. 11 }}}