diff options
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h index e42f3b891..292943dd9 100644 --- a/Src/system.h +++ b/Src/system.h @@ -593,6 +593,12 @@ extern char PC, *BC, *UP; extern short ospeed; #endif +/* Rename some global zsh variables to avoid * + * possible name clashes with libc */ + +#define cs zshcs +#define ll zshll + #ifndef O_NOCTTY # define O_NOCTTY 0 #endif |