mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Used modified version of indent that understands over 100 typedefs.
This commit is contained in:
@ -130,7 +130,7 @@ typedef struct
|
||||
uch hash; /* hash code */
|
||||
size_t smultis;
|
||||
char *multis; /* -> char[smulti] ab\0cd\0ef\0\0 */
|
||||
} cset;
|
||||
} cset;
|
||||
|
||||
/* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
|
||||
#define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
|
||||
|
Reference in New Issue
Block a user