From: Guido van Rossum Date: Mon, 8 Sep 1997 02:04:00 +0000 (+0000) Subject: Indent the #error so that a strict K&R cpp doesn't complain. X-Git-Tag: v1.5a4~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75626a3b934f27b7bc19901997131561e35edc9a;p=thirdparty%2FPython%2Fcpython.git Indent the #error so that a strict K&R cpp doesn't complain. --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 92330b431e91..698b935be800 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)