Skip to content

Commit f215dcc

Browse files
authored
Update developer handbook to exclude C90
1 parent d0ca048 commit f215dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development_handbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For each supported coding standard we will provide:
8282
These packs will be organized by supported language.
8383
The current supported languages are:
8484
- C++14 standardized by [ISO/IEC 14882:2014](https://www.iso.org/standard/64029.html) located in the directory `cpp`.
85-
- C90 standardized by [ISO/IEC 9899:1990](https://www.iso.org/standard/17782.html), [C99] standardized by [ISO/IEC 9899:1999](https://www.iso.org/standard/29237.html), and C11 standardized by [ISO/IEC 9899:2011](https://www.iso.org/standard/57853.html). All are located in the directory `c`.
85+
- [C99] standardized by [ISO/IEC 9899:1999](https://www.iso.org/standard/29237.html) and C11 standardized by [ISO/IEC 9899:2011](https://www.iso.org/standard/57853.html). All are located in the directory `c`.
8686

8787
For each language, we will also include:
8888
1. A CodeQL query pack containing "common" libraries, which provide support.

0 commit comments

Comments
 (0)