]> granicus.if.org Git - python/commit
Add DL_IMPORT(returntype) for all officially exported functions.
authorGuido van Rossum <guido@python.org>
Fri, 4 Dec 1998 18:48:25 +0000 (18:48 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Dec 1998 18:48:25 +0000 (18:48 +0000)
commit43466ec7b07de6bcad016bec60839cd6079c5a9c
treeec3bf3e1dfbf9535fa56e153e200f6491f34a6b0
parentb241b67b8954b0679377af00d668e3dc92f4c858
Add DL_IMPORT(returntype) for all officially exported functions.
44 files changed:
Include/Python.h
Include/abstract.h
Include/bufferobject.h
Include/cStringIO.h
Include/ceval.h
Include/classobject.h
Include/cobject.h
Include/compile.h
Include/complexobject.h
Include/dictobject.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/import.h
Include/intobject.h
Include/intrcheck.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/marshal.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/mymalloc.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/parsetok.h
Include/pgenheaders.h
Include/pydebug.h
Include/pyerrors.h
Include/pystate.h
Include/pythonrun.h
Include/pythread.h
Include/rangeobject.h
Include/sliceobject.h
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/token.h
Include/traceback.h
Include/tupleobject.h