From: Guido van Rossum Date: Tue, 28 Apr 1998 16:04:26 +0000 (+0000) Subject: Style and StyleParameter are two different types. X-Git-Tag: v1.5.2a1~795 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db9a7b9ef6f341841538a2275d0013dd3bcda1fb;p=thirdparty%2FPython%2Fcpython.git Style and StyleParameter are two different types. (Jack) --- diff --git a/Tools/bgen/bgen/macsupport.py b/Tools/bgen/bgen/macsupport.py index 4c84dbf20797..5a00eca96eb3 100644 --- a/Tools/bgen/bgen/macsupport.py +++ b/Tools/bgen/bgen/macsupport.py @@ -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")