remove useless preprocessor guards

This commit is contained in:
anon 2024-11-13 13:06:29 +01:00
parent 5d6ee6c0a8
commit 6af91a787a

View File

@ -90,9 +90,7 @@ enum {
}; };
extern int input_mode; extern int input_mode;
#ifndef DFLT_INCDIR #define DFLT_INCDIR "/usr/include"
# define DFLT_INCDIR "/usr/include"
#endif
extern const char * incdir; extern const char * incdir;
/* digraph data for text compression */ /* digraph data for text compression */