* gsubr.c (GSUBR_TEST): Don't #define this. Nobody's using the
authorJim Blandy <jimb@red-bean.com>
Sat, 5 Sep 1998 16:50:11 +0000 (16:50 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 5 Sep 1998 16:50:11 +0000 (16:50 +0000)
test code, and it causes warnings.

libguile/gsubr.c

index 6e7d101..57390d9 100644 (file)
@@ -55,7 +55,7 @@
 
 #include "gsubr.h"
 
-#define GSUBR_TEST 1
+/* #define GSUBR_TEST */
 
 SCM scm_i_name;
 SCM scm_i_inner_name;