From 3efd7d9cfbd330ebb45f39648ee96a3e429a06f9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 7 Apr 2025 18:14:20 -0400 Subject: Move core libraries into their own folder --- examples/patterns/match_type.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 examples/patterns/match_type.h (limited to 'examples/patterns/match_type.h') diff --git a/examples/patterns/match_type.h b/examples/patterns/match_type.h deleted file mode 100644 index abbc4fce..00000000 --- a/examples/patterns/match_type.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -typedef struct { - Text_t text; - Int_t index; - List_t captures; -} XMatch; - -- cgit v1.2.3