[gforth] / gforth / engine / forth.h  

gforth: gforth/engine/forth.h

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

version 1.17, Sat Feb 24 13:44:39 2001 UTC version 1.18, Tue Feb 27 21:17:11 2001 UTC
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 
Line 246 
 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;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help