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. --- rts/RtsMessages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/RtsMessages.c') diff --git a/rts/RtsMessages.c b/rts/RtsMessages.c index a90962e89f..6f13580e06 100644 --- a/rts/RtsMessages.c +++ b/rts/RtsMessages.c @@ -114,7 +114,7 @@ vdebugBelch(const char*s, va_list ap) #define BUFSIZE 512 -#if defined (mingw32_HOST_OS) +#if defined(mingw32_HOST_OS) static int isGUIApp(void) { -- cgit v1.2.1