Merge branch 'master' of git://factorcode.org/git/factor
commit
c017377a1d
|
@ -216,9 +216,8 @@ intel_macosx_word_size() {
|
||||||
$ECHO -n "Testing if your Intel Mac supports 64bit binaries..."
|
$ECHO -n "Testing if your Intel Mac supports 64bit binaries..."
|
||||||
sysctl machdep.cpu.extfeatures | grep EM64T >/dev/null
|
sysctl machdep.cpu.extfeatures | grep EM64T >/dev/null
|
||||||
if [[ $? -eq 0 ]] ; then
|
if [[ $? -eq 0 ]] ; then
|
||||||
WORD=32
|
WORD=64
|
||||||
$ECHO "yes!"
|
$ECHO "yes!"
|
||||||
$ECHO "Defaulting to 32bit for now though..."
|
|
||||||
else
|
else
|
||||||
WORD=32
|
WORD=32
|
||||||
$ECHO "no."
|
$ECHO "no."
|
||||||
|
|
|
@ -41,8 +41,8 @@ unit-test
|
||||||
[ "-1.0e-2" string>number number>string ]
|
[ "-1.0e-2" string>number number>string ]
|
||||||
unit-test
|
unit-test
|
||||||
|
|
||||||
[ "-1.0e-12" ]
|
[ t ]
|
||||||
[ "-1.0e-12" string>number number>string ]
|
[ "-1.0e-12" string>number number>string { "-1.0e-12" "-1.0e-012" } member? ]
|
||||||
unit-test
|
unit-test
|
||||||
|
|
||||||
[ f ]
|
[ f ]
|
||||||
|
|
Loading…
Reference in New Issue