mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
LibC+LibRegex: Move central regex definitions into LibC/bits
This decouples LibRegex from the serenity LibC. Fixes #15251.
This commit is contained in:
parent
120e5aeca4
commit
578d73943a
4 changed files with 59 additions and 50 deletions
|
@ -9,9 +9,9 @@
|
|||
#include <AK/Types.h>
|
||||
#include <stdio.h>
|
||||
#ifdef __serenity__
|
||||
# include <regex.h>
|
||||
# include <bits/regex_defs.h>
|
||||
#else
|
||||
# include <LibC/regex.h>
|
||||
# include <LibC/bits/regex_defs.h>
|
||||
#endif
|
||||
|
||||
namespace regex {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue