diff options
author | Ladislav Zezula <zezula@volny.cz> | 2022-12-19 19:02:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 19:02:00 +0100 |
commit | 42b27612caec76ad5f19153b22f2fc4ba1a19df2 (patch) | |
tree | 9ad89e9ef832f41e8153958a52e3c808bbe822c1 | |
parent | c3bb7c3640bc6904dbfc529fec9ce12e3017bd83 (diff) | |
parent | 6327183f362bb47c8c8a97db1a1a89e79fa565a0 (diff) |
Merge pull request #272 from KOLANICH-libs/pragma_once
Added `#pragma once` into the top of `pklib.h`.
-rw-r--r-- | src/pklib/pklib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pklib/pklib.h b/src/pklib/pklib.h index c951d11..93190a2 100644 --- a/src/pklib/pklib.h +++ b/src/pklib/pklib.h @@ -8,6 +8,7 @@ /* 31.03.03 1.00 Lad The first version of pkware.h */ /*****************************************************************************/ +#pragma once #ifndef __PKLIB_H__ #define __PKLIB_H__ |