[BACK]Return to trace.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/trace.c between version 1.8 and 1.9

version 1.8, 2003/06/30 21:47:21 version 1.9, 2003/06/30 22:10:21
Line 59 
Line 59 
 static void print_header(struct input_file *);  static void print_header(struct input_file *);
 static struct t *find_trace_entry(const char *);  static struct t *find_trace_entry(const char *);
 static int frame_level(void);  static int frame_level(void);
 static void *hash_alloc(size_t, void *);  void *hash_alloc(size_t, void *);
 static void hash_free(void *, size_t, void *);  void hash_free(void *, size_t, void *);
 static void *element_alloc(size_t, void *);  void *element_alloc(size_t, void *);
   
 static unsigned int flags = TRACE_QUOTE | TRACE_EXPANSION;  static unsigned int flags = TRACE_QUOTE | TRACE_EXPANSION;
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9