mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
Check if TILDE is already defined and undef.
Prevents redefinition warning on AIX.
This commit is contained in:
parent
41a2e64ae4
commit
290c994336
@ -83,6 +83,10 @@
|
||||
|
||||
#include "charclass.h"
|
||||
|
||||
#ifdef TILDE
|
||||
# undef TILDE
|
||||
#endif
|
||||
|
||||
#define DOLLAR '$'
|
||||
#define DOT '.'
|
||||
#define EOS '\0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user