Difference for common/re-cmp.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: re-cmp.c,v 1.6 2001/04/13 05:19:23 mwedel Exp $";   *   "$Id: re-cmp.c,v 1.7 2001/10/30 00:49:02 michtoen Exp $";
  */   */
   
   
Line 37
 
Line 37
 /*   P r o t o t y p e s  /*   P r o t o t y p e s
  */   */
 char *re_cmp(char *, char *);  char *re_cmp(char *, char *);
 static Boolean re_cmp_step(char *, char *, int, int);  static Boolean re_cmp_step(char *, char *, unsigned int, int);
 static void re_init(void);  static void re_init(void);
 static Boolean re_match_token(uchar, selection *);  static Boolean re_match_token(uchar, selection *);
 static char *re_get_token(selection *, char *);  static char *re_get_token(selection *, char *);
Line 151
 
Line 151
  */   */
   
 static Boolean  static Boolean
 re_cmp_step(char *str, char *regexp, int slot, int matches) {  re_cmp_step(char *str, char *regexp, unsigned int slot, int matches) {
     /* str - string to match      /* str - string to match
      * regexp - pattern       * regexp - pattern
      * slot - number of the token which under consideration       * slot - number of the token which under consideration


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:17