chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9ccf7a7
)
Remove redundant debugging code.
author
mdw
<mdw>
Fri, 15 Oct 1999 21:12:36 +0000
(21:12 +0000)
committer
mdw
<mdw>
Fri, 15 Oct 1999 21:12:36 +0000
(21:12 +0000)
conf.c
patch
|
blob
|
blame
|
history
diff --git
a/conf.c
b/conf.c
index 73b611fa0631440ce777b3c8ae6b40a5e9059b37..39d170d5bd88bf7403c967c1715ca924a0047c4c 100644
(file)
--- a/
conf.c
+++ b/
conf.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Configuration parsing
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: conf.c,v $
/*----- 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.
* 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:
}
done:
-/* printf("token `%s'\n", sc->d.buf); */
return (sc->t);
}
return (sc->t);
}