1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

eval.i.c -> eval.c

* libguile/Makefile.am:
* libguile/eval.i.c: Remove eval.i.c.

* libguile/eval.c: Fold eval.i.c's contents into eval.c.
This commit is contained in:
Andy Wingo 2009-08-21 01:14:57 +02:00
parent 44acb03422
commit 715603951e
3 changed files with 1458 additions and 1494 deletions

View file

@ -416,8 +416,9 @@ install-exec-hook:
## Perhaps we can deal with them normally once the merge seems to be
## working.
noinst_HEADERS = conv-integer.i.c conv-uinteger.i.c \
eval.i.c ieee-754.h \
srfi-4.i.c srfi-14.i.c \
ieee-754.h \
srfi-4.i.c \
srfi-14.i.c \
quicksort.i.c \
win32-uname.h win32-dirent.h win32-socket.h \
private-gc.h private-options.h

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff