diff options
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2327,7 +2327,6 @@ enum { * Memory management * *********************/ -#ifdef ZSH_HEAP_DEBUG /* * A Heapid is a type for identifying, uniquely up to the point where * the count of new identifiers wraps. all heaps that are or @@ -2341,6 +2340,8 @@ enum { */ typedef unsigned int Heapid; +#ifdef ZSH_HEAP_DEBUG + /* printf format specifier corresponding to Heapid */ #define HEAPID_FMT "%x" |