]> granicus.if.org Git - python/commitdiff
Added Sint8 and Uint8 types
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 9 Dec 1995 14:02:54 +0000 (14:02 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 9 Dec 1995 14:02:54 +0000 (14:02 +0000)
Tools/bgen/bgen/macsupport.py

index fb65472383094c672b80ac907dcb1cb90fb4300b..c3788b29d4b6bd7a0cc54356b3741f87b3a82b6d 100644 (file)
@@ -16,6 +16,8 @@ ScriptCode = Type("ScriptCode", "h")
 Size = Type("Size", "l")
 Style = Type("Style", "b")
 
+UInt8 = Type("UInt8", "b")
+SInt8 = Type("SInt8", "b")
 UInt16 = Type("UInt16", "h")
 SInt16 = Type("SInt16", "h")
 UInt32 = Type("UInt32", "l")