From 75626a3b934f27b7bc19901997131561e35edc9a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 8 Sep 1997 02:04:00 +0000 Subject: Indent the #error so that a strict K&R cpp doesn't complain. --- Modules/_tkinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12