Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11052/src
Modified Files:
numconv.f
Log Message:
fixed a smal bug (typo)
Index: numconv.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/numconv.f,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** numconv.f 27 Aug 2005 09:02:10 -0000 1.5
--- numconv.f 29 Oct 2005 09:39:57 -0000 1.6
***************
*** 21,25 ****
\ has been detected in each routine separately.
! \ Floating point numbers are returned in the floating point stack; there is
\ no return value, and the variable FLOAT? is set. See FLOAT.F for details;
\ the code is in that file, not here. NOTE - even floating point routines must
--- 21,25 ----
\ has been detected in each routine separately.
! \ Floating point numbers are returned in the floating point stack; there is
\ no return value, and the variable FLOAT? is set. See FLOAT.F for details;
\ the code is in that file, not here. NOTE - even floating point routines must
***************
*** 176,180 ****
3 proc wcFindWin32Constant
winproc-last @ constant WinConPtr \ for **WORDS.F**
! 3 proc wsEnumWin32Constants
winproc-last @ constant WinEnumPtr \ for **WORDS.F**
--- 176,180 ----
3 proc wcFindWin32Constant
winproc-last @ constant WinConPtr \ for **WORDS.F**
! 3 proc wcEnumWin32Constants
winproc-last @ constant WinEnumPtr \ for **WORDS.F**
|