From 1d185ced82b3356b1ac3d181a823efe0605b4f8a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 7 Jan 2019 13:18:55 +0100 Subject: Fix clang errors --- interpreter/graphs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interpreter/graphs.h') 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 #include "syntax.h" -enum node_kind{ +enum node_kind { NODE_INT, /* See expr_kind in syntax.h */ NODE_NAME, NODE_CODE, -- cgit v1.2.3