added qse_awk_setopt()/qse_awk_getopt().
deleted qse_awk_getoption()/qse_awk_setoption()/qse_awk_setmaxdepth()/qse_awk_getmaxdepth(). redefined enumeration types related to the functions added or deleted above. moved fnc_sleep from cmd/awk/awk.c to mod/awk/sys.c managed to get external module call working in the primitive level
This commit is contained in:
@@ -264,7 +264,7 @@ top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTION = foreign
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
EXTRA_DIST = LICENSE
|
||||
SUBDIRS = include lib cmd
|
||||
SUBDIRS = include lib cmd mod
|
||||
DIST_SUBDIRS = $(SUBDIRS) regress samples doc tools
|
||||
all: all-recursive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user