Skip to content

Commit 7ee1007

Browse files
committed
[C99] Claim full support for WG14 N772
No tests are added because existing tests cover this. The thrust of the paper is that an implementation needs to support including a header file whose name is eight character or less and contains only letters and numbers; we definitely manage this.
1 parent 6fd3677 commit 7ee1007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/www/c_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h2 id="c99">C99 implementation status</h2>
369369
<tr>
370370
<td>relaxed restrictions on portable header names</td>
371371
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n772.htm">N772</a></td>
372-
<td class="unknown" align="center">Unknown</td>
372+
<td class="full" align="center">Yes</td>
373373
</tr>
374374
<tr>
375375
<td>return without an expression not permitted in function that returns a value</td>

0 commit comments

Comments
 (0)