From 6af91a787a64afee443e7eec1e70ef209d7093c8 Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 13 Nov 2024 13:06:29 +0100 Subject: [PATCH] remove useless preprocessor guards --- source/global.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/global.h b/source/global.h index 18f0cb5..1d8153f 100644 --- a/source/global.h +++ b/source/global.h @@ -90,9 +90,7 @@ enum { }; extern int input_mode; -#ifndef DFLT_INCDIR -# define DFLT_INCDIR "/usr/include" -#endif +#define DFLT_INCDIR "/usr/include" extern const char * incdir; /* digraph data for text compression */