chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
90a332a
)
Remove redundant initialization of `sub'.
author
mdw
<mdw>
Sun, 21 Jan 2001 19:04:32 +0000
(19:04 +0000)
committer
mdw
<mdw>
Sun, 21 Jan 2001 19:04:32 +0000
(19:04 +0000)
sym-test.c
patch
|
blob
|
blame
|
history
diff --git
a/sym-test.c
b/sym-test.c
index dea3e6092e95795f65fc8d76e253168c4c554a4a..18e984167d6d1329b5e4ac4bafbb48104d6c6b6e 100644
(file)
--- a/
sym-test.c
+++ b/
sym-test.c
@@
-2,7
+2,6
@@
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
#include <string.h>
-#include "sub.h"
#include "sym.h"
typedef struct word {
#include "sym.h"
typedef struct word {
@@
-24,7
+23,6
@@
int main(void)
sym_table t;
size_t n = 0;
sym_table t;
size_t n = 0;
- sub_init();
sym_create(&t);
while (fgets(buf, sizeof(buf), stdin)) {
sym_create(&t);
while (fgets(buf, sizeof(buf), stdin)) {