From a61dc2074ae6cd00f1c166dc0102c491db056060 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:06:33 +0000 Subject: zsh-3.1.5-pws-1 --- Src/system.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Src/system.h') 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 -- cgit 1.4.1