Diff for /gforth/engine/profile.c between versions 1.6 and 1.7

version 1.6, 2002/02/10 14:02:25 version 1.7, 2002/12/24 23:40:30
Line 20 Line 20
 */  */
   
 #include "config.h"  #include "config.h"
   #include "forth.h"
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdio.h>  #include <stdio.h>
 #include <assert.h>  #include <assert.h>
 #include "forth.h"  
   
   
 /* data structure: simple hash table with external chaining */  /* data structure: simple hash table with external chaining */

Removed from v.1.6  
changed lines
  Added in v.1.7


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