]> granicus.if.org Git - python/commit
Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 15 Sep 2002 14:09:54 +0000 (14:09 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 15 Sep 2002 14:09:54 +0000 (14:09 +0000)
commit96aa0acef021f77d6e5b861201ccd952aa6f6469
tree313b56f49f11a8453cbe46194b6c9043bdca76f8
parent7f7c3d0a9c401d7bc9a9d86ec7181cf09c4b3bab
Use Py_GCC_ATTRIBUTE instead of __attribute__.  Compilers other than GCC
might use __attribute__ in other ways (e.g. CodeWarrior).
Include/pgenheaders.h
Include/pyerrors.h
Include/pyport.h
Include/stringobject.h
Include/sysmodule.h