1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Merge pull request #358 from github/bump-the-parsers

Bump the parsers
This commit is contained in:
Rob Rix 2015-12-22 19:10:28 -05:00
commit 3a6cef41d7
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ data TSNode = TsNode { _data :: Ptr (), offset :: TSLength }
deriving (Show, Eq)
instance Storable TSNode where
alignment _ = 24
sizeOf _ = 24
alignment _ = 32
sizeOf _ = 32
peek _ = error "Haskell code should never read TSNode values directly."
poke _ _ = error "Haskell code should never write TSNode values directly."

@ -1 +1 @@
Subproject commit 7127518a529e5feb242721df01ac4c65e443001c
Subproject commit ddaaf9d0ab39345da4f1c6bda12958d67a6b4147