added QSE_AWK_INCLUDEDIRS. actual impl still pending

This commit is contained in:
2013-01-22 14:20:10 +00:00
parent 0e48b7bc88
commit c7d88c455a
4 changed files with 47 additions and 17 deletions

View File

@ -751,6 +751,12 @@ static int begin_include (qse_awk_t* awk)
/*QSE_HTB_VPTR(pair) = QSE_HTB_KPTR(pair);
QSE_HTB_VLEN(pair) = QSE_HTB_KLEN(pair);*/
if (awk->opt.incldirs.ptr)
{
/* include directory is set... */
/* TODO: */
}
arg = (qse_awk_sio_arg_t*) qse_awk_callocmem (awk, QSE_SIZEOF(*arg));
if (arg == QSE_NULL)
{