diff options
author | Camil Staps | 2019-01-07 13:18:55 +0100 |
---|---|---|
committer | Camil Staps | 2019-01-07 13:18:55 +0100 |
commit | 1d185ced82b3356b1ac3d181a823efe0605b4f8a (patch) | |
tree | 31be77209de5fae9cfa468774864f82b9f2e0d75 /interpreter/graphs.h | |
parent | Add vim-fuspel (diff) |
Fix clang errors
Diffstat (limited to 'interpreter/graphs.h')
-rw-r--r-- | interpreter/graphs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/graphs.h b/interpreter/graphs.h index 28f81a9..e04a04c 100644 --- a/interpreter/graphs.h +++ b/interpreter/graphs.h @@ -4,7 +4,7 @@ #include <stdbool.h> #include "syntax.h" -enum node_kind{ +enum node_kind { NODE_INT, /* See expr_kind in syntax.h */ NODE_NAME, NODE_CODE, |