We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a16fad commit 37dff63Copy full SHA for 37dff63
src/Makefile
@@ -85,7 +85,7 @@ verify-global-defs: # Help: Verify prefix of globally visible definitions
85
$(CC) $(CFLAGS) $(RL_SRC) -c
86
# Check that global not undefined (U) definitions are prefixed
87
# The output (grep success) signifies unprefixed global defs
88
- ! nm *.o | sed 's/^ /x/' | awk '$$2 ~ /[A-TVZ]/ {print $$3}' | grep -Ev '^(acl|ini|curl)'
+ ! nm *.o | sed 's/^ /x/' | awk '$$2 ~ /[A-TVZ]/ {print $$3}' | grep -Ev '^_?(acl|ini|curl)'
89
90
e2e-run: $(PROGS) # Help: Invoke the library with a readline read/print loop
91
$(PRELOAD_VAR)=`pwd`/$(SHARED_LIB) $(SET_ADD_LIB) ./rl_driver
0 commit comments