mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
nonsense comments removed
This commit is contained in:
parent
79ed144b0f
commit
3417e0b0fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user