summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
authorWormHeamer2025-08-05 02:24:32 -0400
committerWormHeamer2025-08-05 02:24:32 -0400
commitdcf0fb7f11acc03314bcf11602461b1235f9cef4 (patch)
tree5a9b867b695ff2562fa101f4df7bbe0cd9fc8699 /ir.h
parenta7f540e8b340b21f0646b03863e5dcafb059de6e (diff)
add N_NONE
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index 681f3ae..251c198 100644
--- a/ir.h
+++ b/ir.h
@@ -47,6 +47,7 @@ void type_err(struct Node *n, Lexer *l);
/* nodes */
typedef enum {
+ N_NONE,
N_START,
N_PROJ,
N_RETURN,