mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
Change rl_complete() and rl_list_possib() to be function pointers instead.
This is a much cleaner design and also works with or without the configure --enable-default-complete option. See the examples for details.
This commit is contained in:
@@ -161,6 +161,7 @@ AUTOMAKE_OPTIONS = foreign
|
||||
lib_LIBRARIES = libedit.a
|
||||
libedit_a_SOURCES = editline.c editline.h sysunix.c unix.h \
|
||||
$(am__append_1)
|
||||
@COMPLETE_TRUE@AM_CPPFLAGS = -DCOMPLETE
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
Reference in New Issue
Block a user