[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

Diff for /gforth/engine/forth.h between version 1.8 and 1.9

version 1.8, Tue Dec 8 22:03:03 1998 UTC version 1.9, Fri Jan 8 16:58:31 1999 UTC
Line 216 
Line 216 
 extern int offset_image;  extern int offset_image;
 extern int die_on_signal;  extern int die_on_signal;
   
   #ifdef GFORTH_DEBUGGING
   extern Xt *ip;
   extern Cell *rp;
   #endif
   
   
 /* declare all the functions that are missing */  /* declare all the functions that are missing */
 #ifndef HAVE_ATANH  #ifndef HAVE_ATANH
 extern double atanh(double r1);  extern double atanh(double r1);


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help