Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CAPITALS FOR RESULT TYPES. *sigh*
  • Loading branch information
jnthn committed Jul 21, 2012
1 parent b6049ef commit de65b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QAST/Operations.nqp
Expand Up @@ -1202,7 +1202,7 @@ QAST::Operations.add_core_pirop_mapping('isle_i', 'isle', 'Iii');
QAST::Operations.add_core_pirop_mapping('isgt_i', 'isgt', 'Iii');
QAST::Operations.add_core_pirop_mapping('isge_i', 'isge', 'Iii');

QAST::Operations.add_core_pirop_mapping('bool_I', 'nqp_bigint_bool', 'iP');
QAST::Operations.add_core_pirop_mapping('bool_I', 'nqp_bigint_bool', 'IP');
QAST::Operations.add_core_pirop_mapping('cmp_I', 'nqp_bigint_cmp', 'IPP');
QAST::Operations.add_core_pirop_mapping('iseq_I', 'nqp_bigint_eq', 'IPP');
QAST::Operations.add_core_pirop_mapping('isne_I', 'nqp_bigint_ne', 'IPP');
Expand Down

0 comments on commit de65b03

Please sign in to comment.