From 97ab3c7a62550dcb87eeed9b40727cef325b168b Mon Sep 17 00:00:00 2001 From: gdr Date: Sun, 21 Dec 1997 20:12:27 +0000 Subject: [PATCH] - fixed segment name - changed location of macro include files --- lib/libc/stdlib/fpspecnum.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/stdlib/fpspecnum.asm b/lib/libc/stdlib/fpspecnum.asm index 3774a81..033f45f 100644 --- a/lib/libc/stdlib/fpspecnum.asm +++ b/lib/libc/stdlib/fpspecnum.asm @@ -1,7 +1,7 @@ * * Test an extended to see whether it is NaN or INF * -* $Id: fpspecnum.asm,v 1.1 1997/09/05 06:31:59 gdr Exp $ +* $Id: fpspecnum.asm,v 1.2 1997/12/21 20:12:27 gdr Exp $ * * Soenke Behrens, August 1997 * @@ -14,7 +14,7 @@ * dummy start - copy :lib:ainclude:e16.sane ; Apple-supplied SANE EQUs + copy :lang:orca:libraries:ainclude:e16.sane ; Apple-supplied SANE EQUs end **************************************************************** @@ -26,7 +26,7 @@ dummy start **************************************************************** * -_isnan start libc_stdlib +_isnan start libc_stdlb result equ 1 space equ result+2 @@ -70,7 +70,7 @@ nan_x dc h'0000000000000040FF7F' ; Hex encoding of a NaN **************************************************************** * -_isinf start libc_stdlib +_isinf start libc_stdlb result equ 1 space equ result+2