-
- Downloads
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.
Showing
- src/backend/regex/regc_color.c 5 additions, 5 deletionssrc/backend/regex/regc_color.c
- src/backend/regex/regc_nfa.c 4 additions, 4 deletionssrc/backend/regex/regc_nfa.c
- src/backend/regex/regcomp.c 7 additions, 7 deletionssrc/backend/regex/regcomp.c
- src/backend/regex/rege_dfa.c 3 additions, 3 deletionssrc/backend/regex/rege_dfa.c
- src/backend/regex/regexec.c 2 additions, 2 deletionssrc/backend/regex/regexec.c
- src/include/regex/regguts.h 0 additions, 1 deletionsrc/include/regex/regguts.h
Loading
Please register or sign in to comment