diff options
-rw-r--r-- | regress/lib/csu/init_priority/init_priority_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/csu/init_priority/init_priority_test.cc b/regress/lib/csu/init_priority/init_priority_test.cc index 4e1edddaa65..4cb7023df00 100644 --- a/regress/lib/csu/init_priority/init_priority_test.cc +++ b/regress/lib/csu/init_priority/init_priority_test.cc @@ -1,4 +1,4 @@ -/* $OpenBSD: init_priority_test.cc,v 1.2 2012/09/07 05:01:20 miod Exp $ */ +/* $OpenBSD: init_priority_test.cc,v 1.3 2013/01/07 05:22:51 miod Exp $ */ #include <cassert> @@ -18,7 +18,7 @@ Test::Test(int x) counter++; } -#if __GNUC__ < 3 +#if __GNUC__ < 4 #define TEST(n) Test test_##n (n) __attribute__((init_priority (n))) #else #define TEST(n) Test test_##n __attribute__((init_priority (n))) (n) |