diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-07 18:14:20 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-07 18:14:20 -0400 |
| commit | 3efd7d9cfbd330ebb45f39648ee96a3e429a06f9 (patch) | |
| tree | 29acb9e2b2370bd155fed24fba79d01b553a24f3 /examples/patterns/match_type.h | |
| parent | 15fabfb9be3e3620e4b96983a49017116cea40e2 (diff) | |
Move core libraries into their own folder
Diffstat (limited to 'examples/patterns/match_type.h')
| -rw-r--r-- | examples/patterns/match_type.h | 8 |
1 files changed, 0 insertions, 8 deletions
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; - |
