]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Indent the #error so that a strict K&R cpp doesn't complain.
authorGuido van Rossum <guido@python.org>
Mon, 8 Sep 1997 02:04:00 +0000 (02:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Sep 1997 02:04:00 +0000 (02:04 +0000)
Modules/_tkinter.c

index 92330b431e918c49edc6a180972da6dcad29ca13..698b935be8001d939f7ca27ffa51ed0e8b83d0d4 100644 (file)
@@ -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)