diff options
-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; |