deleted wtab and rwtab from awk
This commit is contained in:
parent
ea3550bd19
commit
9554a5eaae
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: awk.h 462 2011-05-18 14:36:40Z hyunghwan.chung $
|
* $Id: awk.h 483 2011-05-25 15:25:51Z hyunghwan.chung $
|
||||||
*
|
*
|
||||||
Copyright 2006-2011 Chung, Hyung-Hwan.
|
Copyright 2006-2011 Chung, Hyung-Hwan.
|
||||||
This file is part of QSE.
|
This file is part of QSE.
|
||||||
@ -121,11 +121,6 @@ struct qse_awk_t
|
|||||||
/* options */
|
/* options */
|
||||||
int option;
|
int option;
|
||||||
|
|
||||||
/* word table */
|
|
||||||
qse_htb_t* wtab;
|
|
||||||
/* reverse word table */
|
|
||||||
qse_htb_t* rwtab;
|
|
||||||
|
|
||||||
/* parse tree */
|
/* parse tree */
|
||||||
qse_awk_tree_t tree;
|
qse_awk_tree_t tree;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user