From: Duncan C. <dun...@us...> - 2005-01-14 00:18:41
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11342 Modified Files: ChangeLog Log Message: Allow c2hs to cope with (and ignore) multiple __atribute__ annotations. Required for glib-2.6. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.290 retrieving revision 1.291 diff -u -d -r1.290 -r1.291 --- ChangeLog 14 Jan 2005 00:12:24 -0000 1.290 +++ ChangeLog 14 Jan 2005 00:18:31 -0000 1.291 @@ -19,6 +19,9 @@ Get all doc files to be installed. I'm not sure where the html docs should be installed however, it's $(datadir)/doc/gtk2hs/html for now. + * tools/c2hs/c/CParser.hs: allow c2hs to cope with (and ignore) + multiple __atribute__ annotations. Required for glib-2.6. + 2005-01-12 Axel Simon <A....@ke...> * Makefile.am, gtk/Graphics/UI/Gtk/Pango/Rendering.chs.pp, |