Skip to content

Commit 3adba58

Browse files
committed
Be aware of reserved keywords in C
The list of reserved C keywords has been refined up to C23 standard. Change-Id: I35cde1d00219d7590ad188baf1b362698ee416a7
1 parent 53aa839 commit 3adba58

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/aspell-pws

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,3 +338,15 @@ riscv
338338
info
339339
cpu
340340
libvirt
341+
preprocessor
342+
sizeof
343+
alignas
344+
alignof
345+
constexpr
346+
enum
347+
char
348+
nullptr
349+
typedef
350+
BitInt
351+
noreturn
352+
pragma

0 commit comments

Comments
 (0)