[BACK]Return to apropos_db.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/apropos_db.c between version 1.8 and 1.9

version 1.8, 2011/11/20 15:43:14 version 1.9, 2011/11/20 15:45:37
Line 596  exprcomp(int argc, char *argv[], size_t *tt)
Line 596  exprcomp(int argc, char *argv[], size_t *tt)
  * Return the root of the expression sequence if alright.   * Return the root of the expression sequence if alright.
  */   */
 static struct expr *  static struct expr *
 exprexpr(int argc, char **argv, int *pos, int *lvl, size_t *tt)  exprexpr(int argc, char *argv[], int *pos, int *lvl, size_t *tt)
 {  {
         struct expr     *e, *first, *next;          struct expr     *e, *first, *next;
         int              log;          int              log;

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

CVSweb