Check if TILDE is already defined and undef.

Prevents redefinition warning on AIX.
This commit is contained in:
Darren Tucker 2020-02-17 22:51:36 +11:00
parent 41a2e64ae4
commit 290c994336

View File

@ -83,6 +83,10 @@
#include "charclass.h"
#ifdef TILDE
# undef TILDE
#endif
#define DOLLAR '$'
#define DOT '.'
#define EOS '\0'