postgresql/src/include/regex
Tom Lane a859e64003 Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.
pcolor was used to represent function arguments that are nominally of
type color, but when using a pre-ANSI C compiler would be passed as the
promoted integer type.  We really don't need that anymore.
2016-08-19 13:31:10 -04:00
..
regcustom.h Remove typedef celt from the regex library, along with macro NOCELT. 2016-08-19 12:51:02 -04:00
regerrs.h Improve memory-usage accounting in regular-expression compiler. 2015-10-16 15:55:59 -04:00
regex.h Implement lookbehind constraints in our regular-expression engine. 2015-10-30 19:14:19 -04:00
regexport.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
regguts.h Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef. 2016-08-19 13:31:10 -04:00