From 333991cfa262324ec3551ffc0262086bea1477a0 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sat, 14 Jun 2003 03:08:12 +0000 Subject: unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE. * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE. * unwind-pe.h (size_of_encoded_value): Do not define if NO_SIZE_OF_ENCODED_VALUE is defined. From-SVN: r67930 --- gcc/unwind-c.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/unwind-c.c') diff --git a/gcc/unwind-c.c b/gcc/unwind-c.c index 9ce09568988..8f2f5c43fe0 100644 --- a/gcc/unwind-c.c +++ b/gcc/unwind-c.c @@ -23,6 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tconfig.h" #include "tsystem.h" #include "unwind.h" +#define NO_SIZE_OF_ENCODED_VALUE #include "unwind-pe.h" typedef struct -- cgit v1.2.1