mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +03:00
Avoid using a C++ keyword in header file
per cpluspluscheck
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
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