mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
Revert "LibC: Implement isblank()"
This reverts commit 4e79a60b78
.
This broke the GCC port. Apparently isblank() was added in C99 and for
some reason it needs special treatment in headers.
This commit is contained in:
parent
4ba153668b
commit
14bd978928
2 changed files with 1 additions and 3 deletions
|
@ -31,7 +31,7 @@ extern "C" {
|
|||
|
||||
const char _ctype_[256] = {
|
||||
_C, _C, _C, _C, _C, _C, _C, _C,
|
||||
_C, (char)(_C | _S | _B), _C | _S, _C | _S, _C | _S, _C | _S, _C, _C,
|
||||
_C, _C | _S, _C | _S, _C | _S, _C | _S, _C | _S, _C, _C,
|
||||
_C, _C, _C, _C, _C, _C, _C, _C,
|
||||
_C, _C, _C, _C, _C, _C, _C, _C,
|
||||
(char)(_S | _B), _P, _P, _P, _P, _P, _P, _P,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue