aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-18 12:19:31 +0100
committerlemon <lsof@mailbox.org>2026-03-18 12:19:31 +0100
commitb2b9ef8dafbb807fbc8a834445a5ccb1ae8e9f21 (patch)
tree393887847fe653602b018b7a95e6f20ef6546a7d /src/ir.h
parent3692c5caa02f1865cf66ce5640734310e42d51c9 (diff)
Use #pragma once
Diffstat (limited to 'src/ir.h')
-rw-r--r--src/ir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ir.h b/src/ir.h
index b104b1e..f54c2fb 100644
--- a/src/ir.h
+++ b/src/ir.h
@@ -1,3 +1,5 @@
+#pragma once
+
#include "antcc.h"
#include "c_type.h"