From fe3fb644722193c4bb11bb42cef668213910817c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 15 Jan 2009 19:47:20 +0000 Subject: 26315: define ZSH_PATCHLEVEL to "unknown" if not found --- Src/params.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Src/params.c') diff --git a/Src/params.c b/Src/params.c index 28dff3684..1e902e871 100644 --- a/Src/params.c +++ b/Src/params.c @@ -35,6 +35,11 @@ #define ZSH_PATCHLEVEL CUSTOM_PATCHLEVEL #else #include "patchlevel.h" + +/* If removed from the ChangeLog for some reason */ +#ifndef ZSH_PATCHLEVEL +#define ZSH_PATCHLEVEL "unknown" +#endif #endif /* what level of localness we are at */ -- cgit 1.4.1