]> granicus.if.org Git - postgresql/commit
Clean up portability problems in regexp package: change all routine
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Feb 2001 00:02:36 +0000 (00:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Feb 2001 00:02:36 +0000 (00:02 +0000)
commitf7a839bc2ba3f15d48006fe931499d4d9cfb314f
tree94bed4f73922d577c2466149fe703f94d6f77722
parentf4e4c7291ea691e558285fafbd6648ba85af5f26
Clean up portability problems in regexp package: change all routine
definitions from K&R to ANSI C style, and fix broken assumption that
int and long are the same datatype.  This repairs problems observed
on Alpha with regexps having between 32 and 63 states.
src/backend/regex/engine.c
src/backend/regex/regcomp.c
src/backend/regex/regerror.c
src/backend/regex/regexec.c
src/backend/regex/regfree.c
src/include/regex/cclass.h
src/include/regex/regex.h
src/include/regex/regex2.h