mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
lib: introduce xpath_join
* lib/path-join.h, lib/path-join.c: New. * lib/local.mk: Adjust. * src/output.c: Use it.
This commit is contained in:
@@ -48,7 +48,9 @@ lib_libbison_a_SOURCES += \
|
||||
# Non-gnulib sources in Bison's internal library.
|
||||
lib_libbison_a_SOURCES += \
|
||||
lib/get-errno.h \
|
||||
lib/get-errno.c
|
||||
lib/get-errno.c \
|
||||
lib/path-join.h \
|
||||
lib/path-join.c
|
||||
|
||||
# The Yacc compatibility library.
|
||||
if ENABLE_YACC
|
||||
|
||||
Reference in New Issue
Block a user