mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
25095: thorough modernization of prompt theme system
This commit is contained in:
parent
adeceae8bf
commit
c894f695cc
22 changed files with 198 additions and 135 deletions
|
|
@ -255,7 +255,9 @@ zerrmsg(FILE *file, const char *fmt, va_list ap)
|
|||
{
|
||||
const char *str;
|
||||
int num;
|
||||
#ifdef DEBUG
|
||||
long lnum;
|
||||
#endif
|
||||
#ifdef HAVE_STRERROR_R
|
||||
#define ERRBUFSIZE (80)
|
||||
int olderrno;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue