[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.3 and 1.4

version 1.3, 2001/09/29 15:47:18 version 1.4, 2002/02/16 21:27:48
Line 54 
Line 54 
         int       on;          int       on;
 } *l;  } *l;
   
 static unsigned int letter_to_flag __P((int));  static unsigned int letter_to_flag(int);
 static void print_header __P((struct input_file *));  static void print_header(struct input_file *);
 static struct t *find_trace_entry __P((const char *));  static struct t *find_trace_entry(const char *);
 static int frame_level __P((void));  static int frame_level(void);
   
 static unsigned int flags = TRACE_QUOTE | TRACE_EXPANSION;  static unsigned int flags = TRACE_QUOTE | TRACE_EXPANSION;
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4