Corrected missed #if in r57652.
This commit is contained in:
parent
b7f5ba16db
commit
44300950dc
|
@ -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…
Reference in New Issue