mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
SF Bug #1407069, Remove extra semi-colon if there is no long long
This commit is contained in:
parent
48653af70f
commit
20bad74d63
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ typedef fpos_t Py_off_t;
|
|||
(((PY_LONG_LONG)bzs->total_out_hi32 << 32) + bzs->total_out_lo32)
|
||||
#else
|
||||
#define BZS_TOTAL_OUT(bzs) \
|
||||
bzs->total_out_lo32;
|
||||
bzs->total_out_lo32
|
||||
#endif
|
||||
|
||||
#else /* ! BZ_CONFIG_ERROR */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue