From: Duncan C. <dun...@us...> - 2005-01-18 22:07:21
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/c2hs/c In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20256/tools/c2hs/c Modified Files: CLexer.hs Log Message: Trivial fix to allows c2hs to process the glib/gtk 2.6 headders. Index: CLexer.hs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/c2hs/c/CLexer.hs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CLexer.hs 21 Nov 2004 21:05:27 -0000 1.1 +++ CLexer.hs 18 Jan 2005 22:06:34 -0000 1.2 @@ -253,6 +253,7 @@ posOf (CTokFor pos ) = pos posOf (CTokGoto pos ) = pos posOf (CTokInt pos ) = pos + posOf (CTokInline pos ) = pos posOf (CTokIf pos ) = pos posOf (CTokLong pos ) = pos posOf (CTokRegister pos ) = pos |