Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, forgot to commit isnull_s addition.
  • Loading branch information
jnthn committed Feb 26, 2012
1 parent 7fd001a commit 833c719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PAST/NQP.pir
Expand Up @@ -644,6 +644,7 @@ entry to produce the node to be returned.
maphash['isconcrete'] = 'repr_defined__IP'
maphash['iscont'] = 'is_container__IP'
maphash['isnull'] = 'isnull__IP'
maphash['isnull_s'] = 'isnull__IS'
maphash['istrue'] = 'istrue__IP'
maphash['istype'] = 'type_check__IPP'
maphash['null'] = 'null__P'
Expand Down

0 comments on commit 833c719

Please sign in to comment.