about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-05-14 04:10:07 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-05-14 04:10:07 +0000
commitfdb4a832136b9ef29c5c797555b542854aec9d04 (patch)
tree8db2ddc8866896a482f4e0e073d52a158223adf3 /Src/zsh.h
parentf61ae85acfef8deefd7a5f2be3b36f6f79384a9d (diff)
downloadzsh-fdb4a832136b9ef29c5c797555b542854aec9d04.tar.gz
zsh-fdb4a832136b9ef29c5c797555b542854aec9d04.tar.xz
zsh-fdb4a832136b9ef29c5c797555b542854aec9d04.zip
29276: always typedef Heapid for use by auto-generated header files.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index f389a900e..62ab5ade3 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -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"