From d7c6c4717cdf1b7bd8550e37da66c52275c802f0 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 10 Jul 2019 11:54:47 -0400 Subject: Expunge #ifdef and #ifndef from the codebase These are unexploded minds as far as the linter is concerned. I don't want to hit in my MRs by mistake! I did this with `sed`, and then rolled back some changes in the docs, config.guess, and the linter itself. --- testsuite/tests/hsc2hs/T10272.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/hsc2hs') diff --git a/testsuite/tests/hsc2hs/T10272.h b/testsuite/tests/hsc2hs/T10272.h index 6d8142d909..1f3d724930 100644 --- a/testsuite/tests/hsc2hs/T10272.h +++ b/testsuite/tests/hsc2hs/T10272.h @@ -1,4 +1,4 @@ -#ifndef _T10272_H_ +#if !defined(_T10272_H_) #define _T10272_H_ #include -- cgit v1.2.1