summaryrefslogtreecommitdiff
path: root/pycparser/_c_ast.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'pycparser/_c_ast.cfg')
-rw-r--r--pycparser/_c_ast.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/pycparser/_c_ast.cfg b/pycparser/_c_ast.cfg
index 2f5b087..e9b5685 100644
--- a/pycparser/_c_ast.cfg
+++ b/pycparser/_c_ast.cfg
@@ -152,6 +152,8 @@ PtrDecl: [quals, type*]
Return: [expr*]
+StaticAssert: [cond*, message*]
+
# name: struct tag name
# decls: declaration of members
#