Diff for /gforth/engine/peephole.c between versions 1.1 and 1.2

version 1.1, 2001/02/24 13:44:39 version 1.2, 2001/02/27 21:17:11
Line 21 Line 21
   
 #include "config.h"  #include "config.h"
 #include "forth.h"  #include "forth.h"
 #include "stdlib.h"  #include <stdlib.h>
   
 /* the numbers in this struct are primitive indices */  /* the numbers in this struct are primitive indices */
 typedef struct Combination {  typedef struct Combination {

Removed from v.1.1  
changed lines
  Added in v.1.2


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