From: Duncan C. <dun...@us...> - 2005-01-19 18:35:06
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9604 Modified Files: ChangeLog Log Message: Make c2hs understand the __signed, __signed__, __volatile and __volatile__ portability keyword synonyms. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.316 retrieving revision 1.317 diff -u -d -r1.316 -r1.317 --- ChangeLog 19 Jan 2005 04:27:27 -0000 1.316 +++ ChangeLog 19 Jan 2005 18:34:34 -0000 1.317 @@ -1,3 +1,8 @@ +2005-01-19 Duncan Coutts <du...@co...> + + * tools/c2hs/c/CLexer.hs: make c2hs understand the __signed, + __signed__, __volatile and __volatile__ portability keyword synonyms. + 2005-01-18 Duncan Coutts <du...@co...> * tools/c2hs/c/CLexer.hs: trivial fix to allows c2hs to process the |