[gforth] / gforth / Attic / sparc.h  

gforth: gforth/Attic/sparc.h

Diff for /gforth/Attic/sparc.h between version 1.1 and 1.2

version 1.1, Fri Feb 11 16:30:47 1994 UTC version 1.2, Tue Nov 29 16:22:49 1994 UTC
Line 60 
Line 60 
 /* OS dependences */  /* OS dependences */
   
 #define SEEK_SET 0  #define SEEK_SET 0
   
   #define memmove(a,b,c) ({ if((long)(a)<(long)(b)) memcpy(a,b,c); \
                             else \
                               {  int i; \
                                  for(i=(c)-1; i>=0; i--) \
                                     (char*)a[i]=(char*)b[i]; \
                               } \
                           })
   #define strtoul(a,b,c) strtol(a,b,c)
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help