From 52ed34418492c1538b8022a830a79fbc50ba3605 Mon Sep 17 00:00:00 2001 From: Bart Massey Date: Thu, 12 Sep 2013 01:33:25 -0700 Subject: Revert "Interleaved C code and declarations is no longer a portability issue." This reverts commit 689ea0ec5d8b7594ba2fa9e27b2458cea8a58724. Community consensus is that, while this style is no longer a portability issue, it's a style issue. --- xorg-macros.m4.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 9bec7b4..18c33e9 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -1622,6 +1622,7 @@ AC_LANG_CASE( XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wnested-externs]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wbad-function-cast]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wold-style-definition]) + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wdeclaration-after-statement]) ] ) -- cgit v1.2.3