summaryrefslogtreecommitdiffstats
path: root/src/ast.c
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-11-30 02:48:33 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-11-30 02:48:33 +0800
commit3a37021f50c3cf3043d07f344210215c202967eb (patch)
tree1e21befa86c3856edd502ce17dd5690f44989d62 /src/ast.c
parent71ddd0d3f555b82165f98fae4ab814780c915740 (diff)
downloadcompiler2015-3a37021f50c3cf3043d07f344210215c202967eb.tar.gz
compiler2015-3a37021f50c3cf3043d07f344210215c202967eb.tar.zst
compiler2015-3a37021f50c3cf3043d07f344210215c202967eb.zip
All source files should include vim modelines
Diffstat (limited to 'src/ast.c')
-rw-r--r--src/ast.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast.c b/src/ast.c
index 4d46106..eb3ac54 100644
--- a/src/ast.c
+++ b/src/ast.c
@@ -118,3 +118,5 @@ AST_NODE* makeExprNode(EXPR_KIND exprKind, int operationEnumValue)
}
return exprNode;
}
+
+// vim: set sw=4 ts=4 sts=4 et: