bootstrap.primitives: fix stack effect names for bignum-bit?.

db4
John Benediktsson 2015-06-07 11:07:34 -07:00
parent 5c22650960
commit 02b7022390
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ tuple
{ "bignum*" "math.private" "primitive_bignum_multiply" ( x y -- z ) }
{ "bignum+" "math.private" "primitive_bignum_add" ( x y -- z ) }
{ "bignum-" "math.private" "primitive_bignum_subtract" ( x y -- z ) }
{ "bignum-bit?" "math.private" "primitive_bignum_bitp" ( n x -- ? ) }
{ "bignum-bit?" "math.private" "primitive_bignum_bitp" ( x n -- ? ) }
{ "bignum-bitand" "math.private" "primitive_bignum_and" ( x y -- z ) }
{ "bignum-bitnot" "math.private" "primitive_bignum_not" ( x -- y ) }
{ "bignum-bitor" "math.private" "primitive_bignum_or" ( x y -- z ) }