[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.188 and 1.189

version 1.188, Sat Feb 4 22:09:11 2006 UTC version 1.189, Sun Feb 19 17:27:12 2006 UTC
Line 1681 
Line 1681 
 urows=rows;  urows=rows;
 ucols=cols;  ucols=cols;
   
   wcwidth ( u -- n )      gforth
   ""The number of fixed-width characters per unicode character u""
   n = wcwidth(u);
   
 flush-icache    ( c_addr u -- ) gforth  flush_icache  flush-icache    ( c_addr u -- ) gforth  flush_icache
 ""Make sure that the instruction cache of the processor (if there is  ""Make sure that the instruction cache of the processor (if there is
 one) does not contain stale data at @i{c-addr} and @i{u} bytes  one) does not contain stale data at @i{c-addr} and @i{u} bytes


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help