summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-10-30 17:48:45 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-10-30 17:48:45 +0000
commitcefa272f236f84a8539350141b39dca40c51538a (patch)
tree5bbe5acead2a5089b440872e8b7da25190ca63ac /ChangeLog
parent53d089628f98fca0ca7984a95902134a7d7c11b8 (diff)
downloadgobject-introspection-cefa272f236f84a8539350141b39dca40c51538a.tar.gz
Parse and discard __typeof and __attribute.
2008-10-30 Johan Dahlin <jdahlin@async.com.br> * giscanner/scannerlexer.l: Parse and discard __typeof and __attribute. svn path=/trunk/; revision=843
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81caed94..eb750c48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-10-30 Johan Dahlin <jdahlin@async.com.br>
+ * giscanner/scannerlexer.l:
+ Parse and discard __typeof and __attribute.
+
+2008-10-30 Johan Dahlin <jdahlin@async.com.br>
+
* giscanner/girparser.py:
Remove arguments from the constructor, move them to
separate accessors. Add a new parse_tree method