diff options
author | Michael Forney <mforney@mforney.org> | 2019-02-15 18:00:21 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-02-15 18:00:21 -0800 |
commit | 2836001e82b23ed83c100b74e44f23b57bc5f343 (patch) | |
tree | 2576caa9a99d0450f1b9db8b89f9eb9d0e40343c /type.c | |
parent | 8c93eb6681295087da3611f9ee78f5c9f7a9dd37 (diff) |
Rename emit.h -> backend.h
Diffstat (limited to 'type.c')
-rw-r--r-- | type.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <stdint.h> #include <string.h> #include "util.h" -#include "emit.h" +#include "backend.h" #include "type.h" struct type typevoid = {.kind = TYPEVOID}; |