diff options
| author | 2026-03-18 12:19:31 +0100 | |
|---|---|---|
| committer | 2026-03-18 12:19:31 +0100 | |
| commit | b2b9ef8dafbb807fbc8a834445a5ccb1ae8e9f21 (patch) | |
| tree | 393887847fe653602b018b7a95e6f20ef6546a7d /src/c_lex.h | |
| parent | 3692c5caa02f1865cf66ce5640734310e42d51c9 (diff) | |
Use #pragma once
Diffstat (limited to 'src/c_lex.h')
| -rw-r--r-- | src/c_lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c_lex.h b/src/c_lex.h index ba3e3b5..57226ab 100644 --- a/src/c_lex.h +++ b/src/c_lex.h @@ -1,3 +1,5 @@ +#pragma once + #include "antcc.h" #include "c_type.h" |