commit | 75626a3b934f27b7bc19901997131561e35edc9a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Sep 08 02:04:00 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Sep 08 02:04:00 1997 +0000 |
tree | 78f59b899a9ea3ce13556b21c0e69de5f1cf05fb | |
parent | 9cf4e2bde7092de73837f27a6c14d2b396a73f06 [diff] [blame] |
Indent the #error so that a strict K&R cpp doesn't complain.
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 92330b4..698b935 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c
@@ -65,7 +65,7 @@ #endif #if TKMAJORMINOR < 4001 -#error "Tk 4.0 or 3.x are not supported -- use 4.1 or higher" + #error "Tk 4.0 or 3.x are not supported -- use 4.1 or higher" #endif #if TKMAJORMINOR < 8000 || !defined(MS_WINDOWS) && !defined(macintosh)