summaryrefslogtreecommitdiff
path: root/sndlib2xen.c
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2009-12-03 13:03:13 +0100
committerAlessio Treglia <quadrispro@ubuntu.com>2009-12-03 13:03:13 +0100
commit8b022ab680a3f5e374a44f2c05c1671cfb2bc799 (patch)
treeaf20b9a16eeca697a1d30a554d8d1b31ae9c1e4f /sndlib2xen.c
parent5cd66eecc95be11cacc5aaf4db8c67a499bb2d4d (diff)
Imported Upstream version 11.1
Diffstat (limited to 'sndlib2xen.c')
-rw-r--r--sndlib2xen.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sndlib2xen.c b/sndlib2xen.c
index dcd7959..8ebab98 100644
--- a/sndlib2xen.c
+++ b/sndlib2xen.c
@@ -13,10 +13,6 @@
#define PROC_FALSE "#f"
#define PROC_TRUE "#t"
#endif
- #if HAVE_CL
- #define PROC_FALSE "nil"
- #define PROC_TRUE "t"
- #endif
#endif
#include <stddef.h>
@@ -43,9 +39,6 @@
#if HAVE_FORTH
#define S_setB "set-"
#endif
- #if HAVE_CL
- #define S_setB "setf"
- #endif
#endif
@@ -2718,6 +2711,8 @@ XEN_NARGIFY_1(g_mus_set_max_table_size_w, g_mus_set_max_table_size)
#endif
+/* TODO: remove the "with-modules" support (also in sndlib itself) */
+
#if WITH_MODULES
static void sndlib2xen_init(void *ignore)
#else