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 fad5691..10c73e1 100644
--- a/pycparser/_c_ast.cfg
+++ b/pycparser/_c_ast.cfg
@@ -187,3 +187,5 @@ UnaryOp: [op, expr*]
Union: [name, decls**]
While: [cond*, stmt*]
+
+Pragma: [string]