enhanced error location handling for awk

This commit is contained in:
2009-08-26 03:50:07 +00:00
parent 48aa3f2d34
commit 9253c8644f
15 changed files with 746 additions and 682 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: tree.h 236 2009-07-16 08:27:53Z hyunghwan.chung $
* $Id: tree.h 267 2009-08-25 09:50:07Z hyunghwan.chung $
*
Copyright 2006-2009 Chung, Hyung-Hwan.
@ -152,7 +152,7 @@ struct qse_awk_fun_t
#define QSE_AWK_NDE_HDR \
qse_awk_nde_type_t type; \
qse_size_t line; \
qse_awk_loc_t loc; \
qse_awk_nde_t* next
struct qse_awk_nde_t