1
0
Fork 0
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:
Peter Stephenson 2008-05-17 22:42:16 +00:00
parent adeceae8bf
commit c894f695cc
22 changed files with 198 additions and 135 deletions

View file

@ -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;