p / pycurl-archived

pycurl git import (temporary)
GNU Lesser General Public License v2.1
2 stars 6 forks source link

Adjusted declaration order for C89 compilers #48

Closed romuloceccon closed 11 years ago

romuloceccon commented 11 years ago

PYCURL_DECLARE_THREAD_STATE looks like an executable statement for some non-C99 compilers (e.g. armcc), so it must appear at the end of the declaration list.