1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Avoid using a C++ keyword in header file

per cpluspluscheck
This commit is contained in:
Peter Eisentraut
2017-04-07 16:32:02 -04:00
parent 817cb10013
commit 0cb2e51992
3 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ print $OUTPUT <<HEADER;
typedef struct
{
uint32 codepoint; /* Unicode codepoint */
uint8 class; /* combining class of character */
uint8 comb_class; /* combining class of character */
uint8 dec_size_flags; /* size and flags of decomposition code list */
uint16 dec_index; /* index into UnicodeDecomp_codepoints, or the
* decomposition itself if DECOMP_INLINE */