From b1669cc74b4523a1a36140337d50dfb6d7b06858 Mon Sep 17 00:00:00 2001 From: skimo Date: Sat, 27 Jan 2001 23:32:37 +0000 Subject: [PATCH] Explicitly mark unsigned constants with UL. Otherwise gcc 2.96 produces wrong code on alpha. --- regex/regex2.h | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/regex/regex2.h b/regex/regex2.h index 5a427dd7..9dfa43ae 100644 --- a/regex/regex2.h +++ b/regex/regex2.h @@ -85,26 +85,26 @@ typedef int sopno; #define SOP(op, opnd) ((op)|(opnd)) /* operators meaning operand */ /* (back, fwd are offsets) */ -#define OEND (1<