summaryrefslogtreecommitdiff
blob: 6442ba619450f01a657eb8be16a7d1d46be4da0b (plain)
1
2
3
Avoid mixing declarations and code in the C API to fix the compiler warning:
"ISO C90 forbids mixed declarations and code"
[-Werror=declaration-after-statement]. Patch by Victor Stinner.