aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c_type.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/c_type.h
parent3692c5caa02f1865cf66ce5640734310e42d51c9 (diff)
Use #pragma once
Diffstat (limited to 'src/c_type.h')
-rw-r--r--src/c_type.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/c_type.h b/src/c_type.h
index df04740..8171366 100644
--- a/src/c_type.h
+++ b/src/c_type.h
@@ -1,5 +1,5 @@
-#ifndef TYPE_H_
-#define TYPE_H_
+#pragma once
+
#include "antcc.h"
enum qualifier {
@@ -173,6 +173,4 @@ extern uchar targ_primalign[];
extern enum typetag targ_sizetype, targ_ptrdifftype, targ_wchartype;
extern bool targ_charsigned, targ_bigendian, targ_64bit;
-#endif
-
/* vim:set ts=3 sw=3 expandtab: */