ctype.h: Correct some dangling garbage from the last change
This commit is contained in:
parent
c08cb7ddea
commit
aac8634de2
1 changed files with 0 additions and 1 deletions
|
@ -318,7 +318,6 @@ static inline int tolower(int c)
|
|||
#else
|
||||
# define tolower(c) \
|
||||
(((c) >= 'A' && (c) <= 'Z') ? ((c) - 'A' + 'a') : (c))
|
||||
# define
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in a new issue