[gforth] / gforth / float.fs  

gforth: gforth/float.fs

Diff for /gforth/float.fs between version 1.59 and 1.60

version 1.59, Thu Oct 6 20:04:35 2011 UTC version 1.60, Thu Oct 6 21:08:45 2011 UTC
Line 147 
Line 147 
     dup      dup
     recognizer: r:fnumber      recognizer: r:fnumber
   
     :noname ( addr u -- nt int-table true | addr u false )      : fnum-recognizer ( addr u -- nt int-table true | addr u false )
     2dup sfnumber  dup      2dup sfnumber  dup
     IF      IF
         drop 2drop r:fnumber  true          drop 2drop r:fnumber  true
     THEN ; Constant fnum-recognizer      THEN ;
   
 fnum-recognizer  ' fnum-recognizer
 forth-recognizer get-recognizers  forth-recognizer get-recognizers
 1+ forth-recognizer set-recognizers  1+ forth-recognizer set-recognizers
 [else]  [else]


Generate output suitable for use with a patch program
Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help