From 47d2cf5ae4b62d953661e738b563a393ed269b19 Mon Sep 17 00:00:00 2001 From: apbianco Date: Wed, 13 Oct 1999 05:37:30 +0000 Subject: Tue Oct 12 22:28:10 1999 Alexandre Petit-Bianco * (RELOCATION_VALUE_1): Fixed integer value from 0 to 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29933 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/jcf-write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/java/jcf-write.c') diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c index 18cba2c49c8..79cf322d859 100644 --- a/gcc/java/jcf-write.c +++ b/gcc/java/jcf-write.c @@ -187,7 +187,7 @@ struct jcf_relocation }; #define RELOCATION_VALUE_0 ((HOST_WIDE_INT)0) -#define RELOCATION_VALUE_1 ((HOST_WIDE_INT)0) +#define RELOCATION_VALUE_1 ((HOST_WIDE_INT)1) /* State for single catch clause. */ -- cgit v1.2.3