Bug 554490: g-ir-scanner gets confused by '\\'
authorDan Winship <danw@src.gnome.org>
Thu, 2 Oct 2008 16:21:40 +0000 (16:21 +0000)
committerDan Winship <danw@src.gnome.org>
Thu, 2 Oct 2008 16:21:40 +0000 (16:21 +0000)
commit5d4f1ef99ff5c57d4d047fa8ea71cc193f8555d8
tree7393e796a66e4089bef363c31ebfa54a9c721c84
parent3aef69345ba1a59fb312c1a287357a3b05c8dbad
Bug 554490: g-ir-scanner gets confused by '\\'

* giscanner/scannerlexer.l (chartext, stringtext): fix use of
backslashes so it will correctly parse '\\' and "\\"

* tests/scanner/annotation.c: add a use of '\\' to make sure that
this stays fixed

* giscanner/glibtransformer.py (GLibTransformer.count_type): typo

svn path=/trunk/; revision=646
ChangeLog
giscanner/glibtransformer.py
giscanner/scannerlexer.l
tests/scanner/annotation.c