[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.237 and 1.238

version 1.237, Thu Oct 9 16:30:56 2008 UTC version 1.238, Wed Oct 15 15:27:33 2008 UTC
Line 1662 
Line 1662 
   
 wcwidth ( u -- n )      gforth  wcwidth ( u -- n )      gforth
 ""The number of fixed-width characters per unicode character u""  ""The number of fixed-width characters per unicode character u""
   #ifdef HAVE_WCWIDTH
 n = wcwidth(u);  n = wcwidth(u);
   #else
   n = 1;
   #endif
   
 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


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help