diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-08-03 17:24:28 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-08-03 17:24:28 +0000 |
commit | 5ad8c0c95b9815e47b9b412f5db3414dda619afe (patch) | |
tree | 0670a05f98b9cd8c0ea9d7e0d443acfcaf21f7f5 | |
parent | 96d8c217570b05325061f258def985b775eb56f4 (diff) | |
download | guile-5ad8c0c95b9815e47b9b412f5db3414dda619afe.tar.gz |
* num2integral.i.c, num2float.i.c: Removed.
* Makefile.am (noinst_HEADERS): Updated.
-rw-r--r-- | libguile/Makefile.am | 2 | ||||
-rw-r--r-- | libguile/num2float.i.c | 0 | ||||
-rw-r--r-- | libguile/num2integral.i.c | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 6d73baf1b..66631d716 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -165,7 +165,7 @@ install-exec-hook: ## compile, since they are #included. So instead we list them here. ## Perhaps we can deal with them normally once the merge seems to be ## working. -noinst_HEADERS = num2integral.i.c num2float.i.c convert.i.c \ +noinst_HEADERS = convert.i.c \ conv-integer.i.c conv-uinteger.i.c \ win32-uname.h win32-dirent.h win32-socket.h \ private-gc.h diff --git a/libguile/num2float.i.c b/libguile/num2float.i.c deleted file mode 100644 index e69de29bb..000000000 --- a/libguile/num2float.i.c +++ /dev/null diff --git a/libguile/num2integral.i.c b/libguile/num2integral.i.c deleted file mode 100644 index e69de29bb..000000000 --- a/libguile/num2integral.i.c +++ /dev/null |