gtk2hs-buildtools 0.12.5.1 → 0.12.5.2
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- c2hs/c/CLexer.x +4/−0
- gtk2hs-buildtools.cabal +1/−1
c2hs/c/CLexer.x view
@@ -267,6 +267,10 @@ idkwtok ('_':'_':'i':'n':'l':'i':'n':'e':[]) = tok CTokInline idkwtok ('_':'_':'i':'n':'l':'i':'n':'e':'_':'_':[]) = tok CTokInline idkwtok ('i':'n':'t':[]) = tok CTokInt+idkwtok ('_':'_':'u':'i':'n':'t':'1':'2':'8':'_':'t':[]) = tok CTokInt+idkwtok ('_':'_':'i':'n':'t':'1':'2':'8':'_':'t':[]) = tok CTokInt+idkwtok ('_':'_':'u':'i':'n':'t':'1':'2':'8':[]) = tok CTokInt+idkwtok ('_':'_':'i':'n':'t':'1':'2':'8':[]) = tok CTokInt idkwtok ('l':'o':'n':'g':[]) = tok CTokLong idkwtok ('r':'e':'g':'i':'s':'t':'e':'r':[]) = tok CTokRegister idkwtok ('r':'e':'s':'t':'r':'i':'c':'t':[]) = tok CTokRestrict
gtk2hs-buildtools.cabal view
@@ -1,5 +1,5 @@ Name: gtk2hs-buildtools-Version: 0.12.5.1+Version: 0.12.5.2 License: GPL-2 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team