chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Initialize the token buffer properly.
[mLib]
/
testrig.c
diff --git
a/testrig.c
b/testrig.c
index 220e3f3d7e624291689aee6df870d44050f86a20..5ac5414cf80b2d618a37bb1a751da39e090be3b3 100644
(file)
--- a/
testrig.c
+++ b/
testrig.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: testrig.c,v 1.
8 1999/12/10 23:41:3
7 mdw Exp $
+ * $Id: testrig.c,v 1.
9 2000/06/17 10:35:0
7 mdw Exp $
*
* Generic test driver
*
*
* Generic test driver
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: testrig.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: testrig.c,v $
+ * Revision 1.9 2000/06/17 10:35:07 mdw
+ * Initialize the token buffer properly.
+ *
* Revision 1.8 1999/12/10 23:41:37 mdw
* Support for different sizes and types of integers.
*
* Revision 1.8 1999/12/10 23:41:37 mdw
* Support for different sizes and types of integers.
*
@@
-73,7
+76,7
@@
/*----- Static variables --------------------------------------------------*/
/*----- Static variables --------------------------------------------------*/
-static dstr tok;
+static dstr tok
= DSTR_INIT
;
enum {
TOK_EOF = 0x100,
enum {
TOK_EOF = 0x100,