Diff for /gforth/engine/main.c between versions 1.216 and 1.217

version 1.216, 2008/09/18 02:42:24 version 1.217, 2008/10/06 19:31:36
Line 75  void * gforth_pointers[] = { Line 75  void * gforth_pointers[] = {
   (void*)&gforth_LP,    (void*)&gforth_LP,
   (void*)&gforth_RP,    (void*)&gforth_RP,
   (void*)&gforth_UP,    (void*)&gforth_UP,
   (void*)gforth_engine };    (void*)gforth_engine,
     (void*)cstr,
     (void*)tilde_cstr };
 #endif  #endif
   
 #ifdef HAS_FFCALL  #ifdef HAS_FFCALL

Removed from v.1.216  
changed lines
  Added in v.1.217


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>