summaryrefslogtreecommitdiff
path: root/pycparser/_ast_gen.py
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2010-10-29 13:33:52 +0200
committereli.bendersky <devnull@localhost>2010-10-29 13:33:52 +0200
commit79d5cf672bf2119bc136f7ff9b71814898cf38f9 (patch)
tree8366c488f6032638d65bf12a2a9d690ec9d7366a /pycparser/_ast_gen.py
parent145890da7bc84269e23aa73b4fce2ddd9e263b4f (diff)
downloadpycparser-79d5cf672bf2119bc136f7ff9b71814898cf38f9.tar.gz
Implemented restrict and inline keywords for C99
inline: added field in Decl for it
Diffstat (limited to 'pycparser/_ast_gen.py')
-rw-r--r--pycparser/_ast_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycparser/_ast_gen.py b/pycparser/_ast_gen.py
index 47ba148..68904d1 100644
--- a/pycparser/_ast_gen.py
+++ b/pycparser/_ast_gen.py
@@ -7,7 +7,7 @@
# The design of this module was inspired by astgen.py from the
# Python 2.5 code-base.
#
-# Copyright (C) 2008-2009, Eli Bendersky
+# Copyright (C) 2008-2010, Eli Bendersky
# License: LGPL
#-----------------------------------------------------------------