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. --- docs/coding-style.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/coding-style.html') diff --git a/docs/coding-style.html b/docs/coding-style.html index 6be9263d97..dbf0f8729a 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -88,7 +88,7 @@ together implement a subsystem which is described by a single external header file).

  • We use the following GCC extensions, but surround them with -#ifdef __GNUC__: +#if defined(__GNUC__):