diff options
| author | 2026-03-18 12:19:31 +0100 | |
|---|---|---|
| committer | 2026-03-18 12:19:31 +0100 | |
| commit | b2b9ef8dafbb807fbc8a834445a5ccb1ae8e9f21 (patch) | |
| tree | 393887847fe653602b018b7a95e6f20ef6546a7d /src/antcc.h | |
| parent | 3692c5caa02f1865cf66ce5640734310e42d51c9 (diff) | |
Use #pragma once
Diffstat (limited to 'src/antcc.h')
| -rw-r--r-- | src/antcc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/antcc.h b/src/antcc.h index 1a059c7..4cd8f5d 100644 --- a/src/antcc.h +++ b/src/antcc.h @@ -1,5 +1,4 @@ -#ifndef COMMON_H_ -#define COMMON_H_ +#pragma once #include <stdarg.h> #include <stddef.h> @@ -366,6 +365,4 @@ ushort *utf8to16(uint *ulen, Arena **, const uchar *s, size_t len); uint *utf8to32(uint *ulen, Arena **, const uchar *s, size_t len); int utf8enc(char out[4], uint cp); -#endif /* COMMON_H_ */ - /* vim:set ts=3 sw=3 expandtab: */ |