]> granicus.if.org Git - python/commit
C++ compilation cleanup: Migrate declaration of
authorSkip Montanaro <skip@pobox.com>
Tue, 18 Apr 2006 00:27:46 +0000 (00:27 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 18 Apr 2006 00:27:46 +0000 (00:27 +0000)
commit54e964d25387f4a78faa207c22a9d6bdb3ac2c47
treec0a8fc3a4d1f2b30f8eb646c313321895e268ea5
parentc7605f21ae5c5b9e695c8a2346bc21357a84c6b3
C++ compilation cleanup: Migrate declaration of
_PyObject_Call(Function|Method)_SizeT into Include/abstract.h.  This gets
them under the umbrella of the extern "C" { ... } block in that file.
Include/abstract.h
Objects/abstract.c