From c9db8ef4adebd371676d35f2623c283c83c48282 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 28 Jul 2011 22:27:05 +0200 Subject: [PATCH] Removed debug statement. --- src/c/main.d | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c/main.d b/src/c/main.d index db7685002..cb6871a87 100644 --- a/src/c/main.d +++ b/src/c/main.d @@ -626,7 +626,6 @@ cl_boot(int argc, char **argv) ECL_SET(@'si::c-long-max', ecl_make_integer(LONG_MAX)); ECL_SET(@'si::c-long-min', ecl_make_integer(LONG_MIN)); ECL_SET(@'si::c-uint-max', ecl_make_unsigned_integer(UINT_MAX)); - printf("HOLA\n"); ECL_SET(@'si::c-ulong-max', ecl_make_unsigned_integer(ULONG_MAX)); #ifdef ecl_long_long_t ECL_SET(@'si::c-long-long-max', ecl_make_unsigned_integer(LLONG_MAX));