diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-08 01:06:43 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-08 01:06:43 -0800 |
| commit | 03c790d5b61ecc07a34e6d113a5b434b72c835fe (patch) | |
| tree | c6e1423f4083c62aabd36c22b36ea8c3fba54054 /bp.c | |
| parent | 668c7baf55d07cb429b30b92ea8ce302f9de053a (diff) | |
Renamed viz -> printing, and tidied up the code a bit
Diffstat (limited to 'bp.c')
| -rw-r--r-- | bp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,8 +15,8 @@ #include "file_loader.h" #include "grammar.h" #include "json.h" +#include "printing.h" #include "utils.h" -#include "viz.h" #include "vm.h" static const char *usage = ( |
