diff options
author | Nathan Bossart | 2025-04-04 20:56:23 +0000 |
---|---|---|
committer | Nathan Bossart | 2025-04-04 20:56:23 +0000 |
commit | 8ec0aaeae09482925d2d15ce4a91f6953bdb1566 (patch) | |
tree | 1514ab8708f675aad8ce50bbda76b4f9e773a131 /src/backend/regex/regexec.c | |
parent | 289f74d0cb247ebdb443fec65fb2500531c961b4 (diff) |
Prevent redeclaration of typedef TocEntry.
Commit 9c02e3a986 added a forward declaration for this typedef that
caused redeclarations, which is not valid in C99. To fix, add some
preprocessor guards to avoid a redefinition, as is done elsewhere
(e.g., commit 382092a0cd).
Per buildfarm.
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions