[gforth] / gforth / smartdots.fs  

gforth: gforth/smartdots.fs

Diff for /gforth/smartdots.fs between version 1.2 and 1.3

version 1.2, Fri Mar 9 12:59:54 2012 UTC version 1.3, Fri Mar 9 18:56:42 2012 UTC
Line 27 
Line 27 
         IFERROR  2drop drop false nothrow ELSE  true  THEN  ENDTRY ;          IFERROR  2drop drop false nothrow ELSE  true  THEN  ENDTRY ;
   
 : .string. ( addr u -- )  : .string. ( addr u -- )
     '"' emit type '"' emit space ;      .\" s\" " type '"' emit space ;
 : .addr. ( addr -- )  hex. ;  : .addr. ( addr -- )  hex. ;
   
 Variable smart.s-skip  Variable smart.s-skip


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help