mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* srfi-4.c, srfi-4.h, srfi-4.i.c: New files, initially from
../srfi/ but heavily modified. * Makefile.am: Add them in all the right places.
This commit is contained in:
parent
f857918291
commit
02e227755a
1 changed files with 10 additions and 6 deletions
|
@ -105,7 +105,8 @@ libguile_la_SOURCES = alist.c arbiters.c async.c backtrace.c boolean.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 \
|
||||
sort.c srcprop.c stackchk.c stacks.c stime.c strings.c srfi-13.c srfi-14.c \
|
||||
sort.c srcprop.c stackchk.c stacks.c stime.c strings.c srfi-4.c \
|
||||
srfi-13.c srfi-14.c \
|
||||
strorder.c strports.c struct.c symbols.c threads.c throw.c values.c \
|
||||
variable.c vectors.c version.c vports.c weaks.c
|
||||
|
||||
|
@ -121,7 +122,8 @@ DOT_X_FILES = alist.x arbiters.x async.x backtrace.x boolean.x chars.x \
|
|||
numbers.x objects.x objprop.x options.x pairs.x ports.x print.x \
|
||||
procprop.x procs.x properties.x random.x rdelim.x read.x root.x rw.x \
|
||||
scmsigs.x script.x simpos.x smob.x sort.x srcprop.x \
|
||||
stackchk.x stacks.x stime.x strings.x srfi-13.x srfi-14.x strorder.x strports.x \
|
||||
stackchk.x stacks.x stime.x strings.x srfi-4.x srfi-13.x srfi-14.x \
|
||||
strorder.x strports.x \
|
||||
struct.x symbols.x threads.x throw.x values.x variable.x vectors.x \
|
||||
version.x vports.x weaks.x
|
||||
|
||||
|
@ -170,6 +172,7 @@ install-exec-hook:
|
|||
## working.
|
||||
noinst_HEADERS = convert.i.c \
|
||||
conv-integer.i.c conv-uinteger.i.c \
|
||||
srfi-4.i.c \
|
||||
win32-uname.h win32-dirent.h win32-socket.h \
|
||||
private-gc.h
|
||||
|
||||
|
@ -197,7 +200,8 @@ modinclude_HEADERS = __scm.h alist.h arbiters.h async.h backtrace.h boolean.h \
|
|||
regex-posix.h print.h procprop.h procs.h properties.h random.h ramap.h \
|
||||
rdelim.h read.h root.h rw.h scmsigs.h validate.h script.h simpos.h smob.h \
|
||||
snarf.h socket.h sort.h srcprop.h stackchk.h stacks.h stime.h strings.h \
|
||||
srfi-13.h srfi-14.h strorder.h strports.h struct.h symbols.h tags.h threads.h \
|
||||
srfi-4.h srfi-13.h srfi-14.h strorder.h strports.h struct.h symbols.h \
|
||||
tags.h threads.h \
|
||||
throw.h unif.h values.h variable.h vectors.h vports.h weaks.h
|
||||
|
||||
nodist_modinclude_HEADERS = version.h scmconfig.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue