]> granicus.if.org Git - postgresql/commit
Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Aug 2016 17:31:10 +0000 (13:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Aug 2016 17:31:10 +0000 (13:31 -0400)
commita859e640035680db31531ccd19a67292dd726baf
treec06c1f5df27cde6bc5cf1a91c02e9241aae03fbb
parent6eefd2422ef232aec2fe12465d9ec4018c63814d
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.
src/backend/regex/regc_color.c
src/backend/regex/regc_nfa.c
src/backend/regex/regcomp.c
src/backend/regex/rege_dfa.c
src/backend/regex/regexec.c
src/include/regex/regguts.h