X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/9ccf7a773475b2d65248c8d5347b330ce3045d59..a6eddf542b718403c2f59203af884daad8334060:/conf.c?ds=sidebyside diff --git a/conf.c b/conf.c index 73b611f..39d170d 100644 --- a/conf.c +++ b/conf.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: conf.c,v 1.3 1999/08/19 18:32:48 mdw Exp $ + * $Id: conf.c,v 1.4 1999/10/15 21:12:36 mdw Exp $ * * Configuration parsing * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: conf.c,v $ + * Revision 1.4 1999/10/15 21:12:36 mdw + * Remove redundant debugging code. + * * Revision 1.3 1999/08/19 18:32:48 mdw * Improve lexical analysis. In particular, `chmod' patterns don't have to * be quoted any more. @@ -194,7 +197,6 @@ int token(scanner *sc) } done: -/* printf("token `%s'\n", sc->d.buf); */ return (sc->t); }