From f3730d5660ae29e317f9bf214bedb2fc01b48f37 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 8 Dec 2014 09:47:58 +0100 Subject: libtests/complex: Avoid multiple definitions --- testsuites/libtests/complex/docomplex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/libtests/complex/docomplex.h b/testsuites/libtests/complex/docomplex.h index c844cc0906..440b9ac677 100644 --- a/testsuites/libtests/complex/docomplex.h +++ b/testsuites/libtests/complex/docomplex.h @@ -25,7 +25,7 @@ extern void FUNC(docomplex) (void); -volatile complex FTYPE ca, cb; +static volatile complex FTYPE ca, cb; void FUNC(docomplex) (void) -- cgit v1.2.3