diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 19:35:39 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-15 19:35:39 -0800 |
| commit | 13c45645948d16719e748ffeed2bdbf819698ebd (patch) | |
| tree | 7e0cd356a291b5c9aaf32a4c0cf6485a4e73677b /match.c | |
| parent | 44573fc224796f712254d7ff7fdc0a87aeb6a84c (diff) | |
Renamed grammar -> definitions
Diffstat (limited to 'match.c')
| -rw-r--r-- | match.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include <stdlib.h> #include <string.h> -#include "grammar.h" +#include "definitions.h" #include "types.h" #include "utils.h" #include "match.h" |
