From 961d718ca89fe7706baab0c59c9383e423b7ca76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U-WIN-ENP104VVO3U=5CV=C3=ADtor=20Santos=20Costa?= Date: Tue, 22 Mar 2011 09:31:37 +0000 Subject: [PATCH] fix debugging info. --- C/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/alloc.c b/C/alloc.c index 4b136df73..28a5d48fd 100755 --- a/C/alloc.c +++ b/C/alloc.c @@ -809,7 +809,7 @@ Yap_AllocCodeSpace(unsigned long int size) #if defined(_WIN32) || defined(__CYGWIN__) -#define DEBUG_WIN32_ALLOC 1 +#undef DEBUG_WIN32_ALLO #include "windows.h"