[gforth] / gforth / quotes.fs  

gforth: gforth/quotes.fs

Diff for /gforth/quotes.fs between version 1.14 and 1.15

version 1.14, Mon Dec 31 18:40:24 2007 UTC version 1.15, Tue Feb 12 16:44:58 2008 UTC
Line 17 
Line 17 
 \ You should have received a copy of the GNU General Public License  \ You should have received a copy of the GNU General Public License
 \ along with this program. If not, see http://www.gnu.org/licenses/.  \ along with this program. If not, see http://www.gnu.org/licenses/.
   
   [ifundef] umin
   : umin ( u1 u2 -- u )
       2dup u>
       if
           swap
       then
       drop ;
   [then]
   
 : char/ ; immediate  : char/ ; immediate
   
 : parse-num-x  ( c-addr1 umax -- c-addr2 c )  : parse-num-x  ( c-addr1 umax -- c-addr2 c )


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help