From 3ac9d2fff321fa8f7996656b5a54a41461a0a84f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 24 Jul 1997 20:19:10 +0000 Subject: Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius --- src/include/regex/regex2.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src/include/regex/regex2.h') diff --git a/src/include/regex/regex2.h b/src/include/regex/regex2.h index 0261b535d02..34d3f63663d 100644 --- a/src/include/regex/regex2.h +++ b/src/include/regex/regex2.h @@ -87,26 +87,26 @@ typedef long sopno; #define SOP(op, opnd) ((op)|(opnd)) /* operators meaning operand */ /* (back, fwd are offsets) */ -#define OEND (1<