summaryrefslogtreecommitdiff
path: root/Mac/Modules/ah/ahsupport.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-30 23:02:09 +0000
committerJack Jansen <jack.jansen@cwi.nl>2002-08-30 23:02:09 +0000
commit00f8609608f33d514cbd46949f59d4b39329a392 (patch)
tree930389627592f02ea90bb624a631617fff645ded /Mac/Modules/ah/ahsupport.py
parentcc07a51a4a647232304bb213d18da9f87d4e1626 (diff)
downloadcpython-00f8609608f33d514cbd46949f59d4b39329a392.tar.gz
Typecode for AHTOCType was wrong. Fixed.
Diffstat (limited to 'Mac/Modules/ah/ahsupport.py')
-rw-r--r--Mac/Modules/ah/ahsupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/ah/ahsupport.py b/Mac/Modules/ah/ahsupport.py
index b07c779dd4..a1e6d00ac4 100644
--- a/Mac/Modules/ah/ahsupport.py
+++ b/Mac/Modules/ah/ahsupport.py
@@ -17,7 +17,7 @@ OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
from macsupport import *
# Create the type objects
-AHTOCType = Type("AHTOCType", "s")
+AHTOCType = Type("AHTOCType", "h")
includestuff = includestuff + """
#ifdef WITHOUT_FRAMEWORKS