]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Style and StyleParameter are two different types.
authorGuido van Rossum <guido@python.org>
Tue, 28 Apr 1998 16:04:26 +0000 (16:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Apr 1998 16:04:26 +0000 (16:04 +0000)
(Jack)

Tools/bgen/bgen/macsupport.py

index 4c84dbf20797ce95b8f72ffbf686740e3e709349..5a00eca96eb3042e53a03750cae43b136405a0da 100644 (file)
@@ -15,7 +15,7 @@ SignedByte = Type("SignedByte", "b")
 ScriptCode = Type("ScriptCode", "h")
 Size = Type("Size", "l")
 Style = Type("Style", "b")
-StyleParameter = Type("Style", "h")
+StyleParameter = Type("StyleParameter", "h")
 CharParameter = Type("CharParameter", "h")
 TextEncoding = Type("TextEncoding", "l")