diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-25 23:11:13 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-25 23:11:13 -0700 |
| commit | 667f86e404471afde0229a8060ac80fe0e0834fc (patch) | |
| tree | 1030d97fd26f2b4638ef5f687ea7da5fbb617acc /match.h | |
| parent | 3fe77cbf3eae108a3963f16bf69cb8e06ddc4cbd (diff) | |
Some optimization, some cleanup
Diffstat (limited to 'match.h')
| -rw-r--r-- | match.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,8 +16,6 @@ typedef struct { struct match_s **home, *next; } match_dll_t; -// #define MATCH_FROM(node, name) ((match_t*)((char*)node + (size_t)(&((match_t*)0)->name))) - // // Pattern matching result object // |
