diff options
author | Guido van Rossum <guido@python.org> | 1997-09-08 02:04:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-08 02:04:00 (GMT) |
commit | 75626a3b934f27b7bc19901997131561e35edc9a (patch) | |
tree | 78f59b899a9ea3ce13556b21c0e69de5f1cf05fb /Modules | |
parent | 9cf4e2bde7092de73837f27a6c14d2b396a73f06 (diff) | |
download | cpython-75626a3b934f27b7bc19901997131561e35edc9a.zip cpython-75626a3b934f27b7bc19901997131561e35edc9a.tar.gz cpython-75626a3b934f27b7bc19901997131561e35edc9a.tar.bz2 |
Indent the #error so that a strict K&R cpp doesn't complain.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_tkinter.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ PERFORMANCE OF THIS SOFTWARE. #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) |