diff options
author | pommicket <pommicket@gmail.com> | 2023-01-04 13:15:08 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-04 13:15:08 -0500 |
commit | 72a683768566a102d8aa40af17b36e16128b4ab6 (patch) | |
tree | 122f4cdfd2f224aede1cd58e7db33793e01a440b /pcre-inc.h | |
parent | 7d4f4b04d642a8e454a773cde0a00be11fe624cf (diff) |
finish documenting what files do
Diffstat (limited to 'pcre-inc.h')
-rw-r--r-- | pcre-inc.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +// includes pcre2.h with the appropriate preprocessor definitions. +// do not include pcre2.h directly. + +#ifndef PCRE_INC_H_ +#define PCRE_INC_H_ + #define PCRE2_STATIC #define PCRE2_CODE_UNIT_WIDTH 32 #include <pcre2.h> + +#endif // PCRE_INC_H_ |