projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69db0e4
)
Changed the #error to a #warning when checking gcc versions, and
author
Fred Drake
<fdrake@acm.org>
Wed, 28 Jun 2000 03:54:48 +0000
(
03:54
+0000)
committer
Fred Drake
<fdrake@acm.org>
Wed, 28 Jun 2000 03:54:48 +0000
(
03:54
+0000)
noted the minimum recommended version in the message.
PC/config.h
patch
|
blob
|
history
diff --git
a/PC/config.h
b/PC/config.h
index 7081551cc74e7110efa1e39ba5b9114ca45fca63..6a1e4c101b1d9db6a4f8f00929dde22a0f606fad 100644
(file)
--- a/
PC/config.h
+++ b/
PC/config.h
@@
-31,7
+31,7
@@
compiler specific". Therefore, these should be very rare.
compiler don't exhibit this bug.
*/
#if (__GNUC__==2) && (__GNUC_MINOR__<=91)
-#
error "Please use an up-to-date version of gcc
"
+#
warning "Please use an up-to-date version of gcc! (>2.91 recommended)
"
#endif
/*