chiark
/
gitweb
/
~mdw
/
anag
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6e40322
)
Remove debugging.
author
mdw
<mdw>
Sun, 4 Feb 2001 19:52:53 +0000
(19:52 +0000)
committer
mdw
<mdw>
Sun, 4 Feb 2001 19:52:53 +0000
(19:52 +0000)
trackword.c
patch
|
blob
|
blame
|
history
diff --git
a/trackword.c
b/trackword.c
index 1dae3d16b6fd5d0b2c7da81ced9f5613ab538237..68e90e553098ac753cbe6e7aa3c3f7d41d07b945 100644
(file)
--- a/
trackword.c
+++ b/
trackword.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: trackword.c,v 1.
1 2001/02/04 17:14:42
mdw Exp $
+ * $Id: trackword.c,v 1.
2 2001/02/04 19:52:53
mdw Exp $
*
* Matches trackwords
*
*
* Matches trackwords
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: trackword.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: trackword.c,v $
+ * Revision 1.2 2001/02/04 19:52:53 mdw
+ * Remove debugging.
+ *
* Revision 1.1 2001/02/04 17:14:42 mdw
* Initial checkin
*
* Revision 1.1 2001/02/04 17:14:42 mdw
* Initial checkin
*
@@
-225,15
+228,6
@@
node *trackword(const char *const *av)
/* --- Done --- */
/* --- Done --- */
- c = n->c;
- for (j = 0; j < y; j++) {
- for (i = 0; i < x; i++) {
- printf("%c ", c->ch);
- c++;
- }
- fputc('\n', stdout);
- }
-
return (&n->n);
}
return (&n->n);
}