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 */