mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Corrected missed #if in r57652.
This commit is contained in:
parent
b7f5ba16db
commit
44300950dc
1 changed files with 2 additions and 0 deletions
|
@ -76,7 +76,9 @@ is_sign_element(STRINGLIB_CHAR c)
|
|||
{
|
||||
switch (c) {
|
||||
case ' ': case '+': case '-':
|
||||
#if ALLOW_PARENS_FOR_SIGN
|
||||
case '(':
|
||||
#endif
|
||||
return 1;
|
||||
default:
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue