[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.211 and 1.212

version 1.211, Sun Apr 1 21:30:26 2007 UTC version 1.212, Wed May 9 07:12:59 2007 UTC
Line 1751 
Line 1751 
 nmin  =ltime->tm_min;  nmin  =ltime->tm_min;
 nsec  =ltime->tm_sec;  nsec  =ltime->tm_sec;
   
 ms      ( n -- )        facility-ext  ms      ( u -- )        facility-ext
 ""Wait at least @i{n} milli-second.""  ""Wait at least @i{n} milli-second.""
 struct timeval timeout;  gforth_ms(u);
 timeout.tv_sec=n/1000;  
 timeout.tv_usec=1000*(n%1000);  
 (void)select(0,0,0,0,&timeout);  
   
 allocate        ( u -- a_addr wior )    memory  allocate        ( u -- a_addr wior )    memory
 ""Allocate @i{u} address units of contiguous data space. The initial  ""Allocate @i{u} address units of contiguous data space. The initial


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help