mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +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"
|
#include "charclass.h"
|
||||||
|
|
||||||
|
#ifdef TILDE
|
||||||
|
# undef TILDE
|
||||||
|
#endif
|
||||||
|
|
||||||
#define DOLLAR '$'
|
#define DOLLAR '$'
|
||||||
#define DOT '.'
|
#define DOT '.'
|
||||||
#define EOS '\0'
|
#define EOS '\0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user