mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 13:00:34 +02:00
* inline.c, inline.h: New files.
* Makefile.am: Added them in all the right places.
This commit is contained in:
parent
9d5315b649
commit
9b7ee9d8a7
1 changed files with 5 additions and 3 deletions
|
@ -46,7 +46,8 @@ libguile_la_SOURCES = alist.c arbiters.c async.c backtrace.c boolean.c \
|
|||
feature.c fluids.c fports.c \
|
||||
gc.c gc_os_dep.c gdbint.c gh_data.c gh_eval.c gh_funcs.c gh_init.c \
|
||||
gh_io.c gh_list.c gh_predicates.c goops.c gsubr.c guardians.c hash.c \
|
||||
hashtab.c hooks.c init.c ioext.c iselect.c keywords.c lang.c list.c \
|
||||
hashtab.c hooks.c init.c inline.c ioext.c iselect.c keywords.c \
|
||||
lang.c list.c \
|
||||
load.c macros.c mallocs.c modules.c numbers.c objects.c objprop.c \
|
||||
options.c pairs.c ports.c print.c procprop.c procs.c properties.c \
|
||||
random.c rdelim.c read.c root.c rw.c scmsigs.c script.c simpos.c smob.c \
|
||||
|
@ -133,7 +134,8 @@ modinclude_HEADERS = __scm.h alist.h arbiters.h async.h backtrace.h boolean.h \
|
|||
dynl.h dynwind.h environments.h eq.h error.h eval.h evalext.h \
|
||||
extensions.h feature.h filesys.h fluids.h fports.h gc.h \
|
||||
gdb_interface.h gdbint.h \
|
||||
goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h init.h ioext.h \
|
||||
goops.h gsubr.h guardians.h hash.h hashtab.h hooks.h init.h \
|
||||
inline.h ioext.h \
|
||||
iselect.h keywords.h lang.h list.h load.h macros.h mallocs.h modules.h \
|
||||
net_db.h numbers.h objects.h objprop.h options.h pairs.h ports.h posix.h \
|
||||
regex-posix.h print.h procprop.h procs.h properties.h random.h ramap.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue