Skip to content

Commit d9bf60f

Browse files
craigbarnesdlang-bot
authored andcommitted
ImportC: fix reference to C11 standard
1 parent 1d81805 commit d9bf60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/importc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $(HEADERNAV_TOC)
2222
$(H2 $(LNAME2 dialect, ImportC Dialect))
2323

2424
$(P There are many versions of C. ImportC is designed to be an
25-
implementation of $(LINK2 https://en.wikipedia.org/wiki/C11_(C_standard_revision), ISO/IEC 9899:1999),
25+
implementation of $(LINK2 https://en.wikipedia.org/wiki/C11_(C_standard_revision), ISO/IEC 9899:2011),
2626
which will hereafter be referred to as $(B C11).
2727
References to the C11 Standard will be C11 followed by the paragraph number.
2828
Prior versions, such as C99, C89, and K+R C, are not supported.

0 commit comments

Comments
 (0)