Skip to content

Commit

Permalink
rename nodes_moar.h to nodes.h, since there is no other nodes_*.h files.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuomingliang committed Nov 30, 2014
1 parent a533a69 commit 228e07e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -288,7 +288,7 @@ HEADERS = src/moar.h \
src/6model/sc.h \
src/mast/compiler.h \
src/mast/driver.h \
src/mast/nodes_moar.h \
src/mast/nodes.h \
src/spesh/dump.h \
src/spesh/graph.h \
src/spesh/codegen.h \
Expand Down
2 changes: 1 addition & 1 deletion src/mast/compiler.c
@@ -1,5 +1,5 @@
#include "moar.h"
#include "nodes_moar.h"
#include "nodes.h"

#include <stdint.h>

Expand Down
4 changes: 2 additions & 2 deletions src/mast/driver.c
@@ -1,6 +1,6 @@
#include "moar.h"
#include "nodes_moar.h"
#include "mast/compiler.h"
#include "nodes.h"
#include "compiler.h"

/* Takes a hash of types and produces a MASTNodeTypes structure. */
#define grab_type(name) do { \
Expand Down
File renamed without changes.

0 comments on commit 228e07e

Please sign in to comment.