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 /stmt.c | |
parent | 8c93eb6681295087da3611f9ee78f5c9f7a9dd37 (diff) |
Rename emit.h -> backend.h
Diffstat (limited to 'stmt.c')
-rw-r--r-- | stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,8 +5,8 @@ #include <stdlib.h> #include <string.h> #include "util.h" +#include "backend.h" #include "decl.h" -#include "emit.h" #include "expr.h" #include "pp.h" #include "scope.h" |