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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user