Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26609/win32forth/src
Modified Files:
FLOAT.F
Log Message:
gah: Corrected typo.
Index: FLOAT.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/FLOAT.F,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** FLOAT.F 24 Jan 2006 09:13:24 -0000 1.25
--- FLOAT.F 24 Jan 2006 09:22:39 -0000 1.26
***************
*** 768,772 ****
float;
! code FCEIL ( fs: f1 -- fs: f2 ) \ W32F Floating wxtra
\ *G Set rounding mode to round to +infinity.
push ebx
--- 768,772 ----
float;
! code FCEIL ( fs: f1 -- fs: f2 ) \ W32F Floating extra
\ *G Set rounding mode to round to +infinity.
push ebx
|