diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-17 07:22:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-17 07:22:04 +0000 |
commit | 3417e0b0fc580393511fc1c603b7c4c6d022648f (patch) | |
tree | 2d918df3694d40fcce5e9677baa46e1e56f7fdb9 /src | |
parent | 79ed144b0fb5be1e8f04ff1cfe48545d6ba1a7d3 (diff) |
nonsense comments removed
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index ea71c3510..884dc176b 100644 --- a/src/main.c +++ b/src/main.c @@ -124,11 +124,11 @@ struct pollfd { int poll (struct pollfd *, int, int); #endif /* __DJGPP__ */ -#ifndef __cplusplus /* (rabe) */ +#ifndef __cplusplus #ifndef typedef_bool typedef char bool; #endif -#endif /* (rabe) */ +#endif #define CURL_PROGRESS_STATS 0 /* default progress display */ #define CURL_PROGRESS_BAR 1 |