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

Diff for /src/usr.bin/mg/grep.c between version 1.8 and 1.9

version 1.8, 2003/04/08 21:19:57 version 1.9, 2003/11/09 00:16:36
Line 27 
Line 27 
 #include "kbd.h"  #include "kbd.h"
 #include "funmap.h"  #include "funmap.h"
   
 static int      compile_goto_error(int f, int n);  static int      compile_goto_error(int, int);
 static int      next_error(int f, int n);  static int      next_error(int, int);
 static int      grep(int, int);  static int      grep(int, int);
 static int      compile(int, int);  static int      compile(int, int);
 static int      gid(int, int);  static int      gid(int, int);
 static BUFFER   *compile_mode(char *name, char *command);  static BUFFER   *compile_mode(char *, char *);
   
   
 void grep_init(void);  void grep_init(void);

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