From 4ea9923a39760413954625dc461031262bd7e1a4 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Wed, 14 Apr 2010 01:03:12 +0200 Subject: win32: XXX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy --- shell/ash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/ash.c b/shell/ash.c index 76a6a217b..d8a1493e7 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -94,6 +94,7 @@ #endif #if ENABLE_PLATFORM_MINGW32 +#define XXX //fprintf(stderr,"%08x:%s:%s:%d\n", (int)getpid(), __PRETTY_FUNCTION__, __FILE__, __LINE__); struct forkshell; union node; struct strlist; -- cgit v1.2.3-55-g6feb