diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2015-11-30 02:48:33 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2015-11-30 02:48:33 +0800 |
commit | 3a37021f50c3cf3043d07f344210215c202967eb (patch) | |
tree | 1e21befa86c3856edd502ce17dd5690f44989d62 /src/ast.c | |
parent | 71ddd0d3f555b82165f98fae4ab814780c915740 (diff) | |
download | compiler2015-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,3 +118,5 @@ AST_NODE* makeExprNode(EXPR_KIND exprKind, int operationEnumValue) } return exprNode; } + +// vim: set sw=4 ts=4 sts=4 et: |