aboutsummaryrefslogtreecommitdiff
path: root/stdlib/text.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-09 16:27:54 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-09 16:27:54 -0500
commit898bee15817573b5ab865a1dae7e52da310affa8 (patch)
treeb8531a828190997a63a1e1ef32f4aa568304e61c /stdlib/text.c
parent7a4f2e73addf6dfcde2a6b17b62b961608e556a0 (diff)
Introduce a `Match` struct to represent pattern matching results, which
improves the usability of a lot of the APIs. Also bugfix some issues with ranges.
Diffstat (limited to 'stdlib/text.c')
-rw-r--r--stdlib/text.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/stdlib/text.c b/stdlib/text.c
index 92c5df48..44179fa7 100644
--- a/stdlib/text.c
+++ b/stdlib/text.c
@@ -1354,11 +1354,4 @@ public Pattern_t Pattern$escape_text(Text_t text)
#undef add_escaped
}
-public const TypeInfo_t Pattern$info = {
- .size=sizeof(Pattern_t),
- .align=__alignof__(Pattern_t),
- .tag=TextInfo,
- .TextInfo={.lang="Pattern"},
-};
-
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0