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

version 1.1, 1994/02/11 16:30:46 version 1.2, 1994/04/20 17:12:00
Line 12 Line 12
 #include <fcntl.h>  #include <fcntl.h>
 #include <assert.h>  #include <assert.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <time.h>
 #include "forth.h"  #include "forth.h"
 #include "io.h"  #include "io.h"
   

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


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