aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-15 10:33:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-15 10:33:51 +0000
commitb34d161703a65776b56eeacce088545abb57281b (patch)
tree6d114979a242534c2b2b4fba08a83265a254a300 /src/main.c
parentd88b3d3d5d487d0f70230eb6548a843d32836ce2 (diff)
moved the bool typedef to setup.h
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index 87e43ff67..7495ee6ad 100644
--- a/src/main.c
+++ b/src/main.c
@@ -136,12 +136,6 @@ char **__crt0_glob_function (char *arg)
}
#endif /* __DJGPP__ */
-#ifndef __cplusplus
-#ifndef typedef_bool
-typedef char bool;
-#endif
-#endif
-
#define CURL_PROGRESS_STATS 0 /* default progress display */
#define CURL_PROGRESS_BAR 1