Skip to content

Commit

Permalink
Add TypeNull
Browse files Browse the repository at this point in the history
Now typeof(null) has its own type.
  • Loading branch information
9rnsr committed Jan 3, 2013
1 parent 9f8f7e6 commit 2802ee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions abi.dd
Expand Up @@ -426,6 +426,7 @@ $(I Type):
$(I TypeChar)
$(I TypeWchar)
$(I TypeDchar)
$(I TypeNull)
$(I TypeTuple)

$(I Shared):
Expand Down Expand Up @@ -598,6 +599,9 @@ $(I TypeWchar):
$(I TypeDchar):
$(B w)

$(I TypeNull):
$(B n)

$(I TypeTuple):
$(B B) $(I Number) $(I Arguments)
)
Expand Down

0 comments on commit 2802ee5

Please sign in to comment.