Diff for /gforth/engine/forth.h between versions 1.17 and 1.18

version 1.17, 2001/02/24 13:44:39 version 1.18, 2001/02/27 21:17:11
Line 22 Line 22
 #define _GNU_SOURCE  #define _GNU_SOURCE
   
 #include "config.h"  #include "config.h"
   #include <stdio.h>
   
 #if defined(DOUBLY_INDIRECT)  #if defined(DOUBLY_INDIRECT)
 #  undef DIRECT_THREADED  #  undef DIRECT_THREADED
Line 245  Cell memcasecmp(const Char *s1, const Ch Line 246  Cell memcasecmp(const Char *s1, const Ch
 Xt *primtable(Label symbols[], Cell size);  Xt *primtable(Label symbols[], Cell size);
 Cell prepare_peephole_table(Xt xts[]);  Cell prepare_peephole_table(Xt xts[]);
 Xt peephole_opt(Xt xt1, Xt xt2, Cell peeptable);  Xt peephole_opt(Xt xt1, Xt xt2, Cell peeptable);
   void vm_print_profile(FILE *file);
   void vm_count_block(Xt *ip);
   
   
 extern int offset_image;  extern int offset_image;

Removed from v.1.17  
changed lines
  Added in v.1.18


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