deleted wtab and rwtab from awk

This commit is contained in:
hyung-hwan 2011-05-26 09:25:51 +00:00
parent ea3550bd19
commit 9554a5eaae

View File

@ -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.
This file is part of QSE.
@ -121,11 +121,6 @@ struct qse_awk_t
/* options */
int option;
/* word table */
qse_htb_t* wtab;
/* reverse word table */
qse_htb_t* rwtab;
/* parse tree */
qse_awk_tree_t tree;