Commit 3b00b35
authored
Define typeof for C < 23 (#7090)
This prevents failures when compiling with --std=cVV for VV < 23. While
this is still non-standard C, __typeof__ is supported very widely,
probably wider than the platforms where R itself is ported to.1 parent 8090fd7 commit 3b00b35
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
0 commit comments