diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-14 01:03:12 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-20 19:14:54 +0200 |
commit | 4ea9923a39760413954625dc461031262bd7e1a4 (patch) | |
tree | 9ff65cb13294ca4ba5bf66f7ab25f03533638e95 | |
parent | 2ffa12ffaf494f84c46521acb24b53f89dff0287 (diff) | |
download | busybox-w32-4ea9923a39760413954625dc461031262bd7e1a4.tar.gz busybox-w32-4ea9923a39760413954625dc461031262bd7e1a4.tar.bz2 busybox-w32-4ea9923a39760413954625dc461031262bd7e1a4.zip |
win32: XXX
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
94 | #endif | 94 | #endif |
95 | 95 | ||
96 | #if ENABLE_PLATFORM_MINGW32 | 96 | #if ENABLE_PLATFORM_MINGW32 |
97 | #define XXX //fprintf(stderr,"%08x:%s:%s:%d\n", (int)getpid(), __PRETTY_FUNCTION__, __FILE__, __LINE__); | ||
97 | struct forkshell; | 98 | struct forkshell; |
98 | union node; | 99 | union node; |
99 | struct strlist; | 100 | struct strlist; |