From f7a839bc2ba3f15d48006fe931499d4d9cfb314f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 13 Feb 2001 00:02:36 +0000 Subject: 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/include/regex/cclass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/regex/cclass.h') diff --git a/src/include/regex/cclass.h b/src/include/regex/cclass.h index 2ab5eca33f5..8290810259c 100644 --- a/src/include/regex/cclass.h +++ b/src/include/regex/cclass.h @@ -94,6 +94,6 @@ static struct cclass "" }, { - NULL, 0, "" + NULL, NULL, "" } }; -- cgit v1.2.3