commit | b17da15ad70e0062019f6f9a78406410313184e8 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Tue Apr 21 14:35:18 2015 -0700 |
committer | Eli Bendersky <eliben@gmail.com> | Tue Apr 21 14:35:18 2015 -0700 |
tree | eb9724363ef75db7fefd93f55c0890b7ff66ac14 | |
parent | e936d41acf13ae8995c3cdef01ca641917ef2db4 [diff] [blame] |
Add some parser-level tests to PtrDecl qualifiers
diff --git a/CHANGES b/CHANGES index 15478f8..474011d 100644 --- a/CHANGES +++ b/CHANGES
@@ -10,6 +10,7 @@ - Pull request #64: support keywords like const, volatile, restrict and static in dimensions in array declarations. - Reduce memory usage of AST nodes (issue #72). + - Parsing order of nested pointer declarations fixed (issue #68). + Version 2.10 (03.08.2013)