about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-05-17 10:00:37 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-05-17 10:00:37 +0100
commit1d2f684c9b96cbf9d9e79b8f453c8e52f5c2198e (patch)
tree82ed721d57915f4560ef742beb1cd4ab4b26b6af /Src/zsh.h
parentee7dda7806db51016f9fe8d84f7ac3edb594eff0 (diff)
downloadzsh-1d2f684c9b96cbf9d9e79b8f453c8e52f5c2198e.tar.gz
zsh-1d2f684c9b96cbf9d9e79b8f453c8e52f5c2198e.tar.xz
zsh-1d2f684c9b96cbf9d9e79b8f453c8e52f5c2198e.zip
42793: Always define FDT_PROC_SUBST even if not needed.
This avoids proliferating #ifdef's.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 8b4898477..8535d48fb 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -454,15 +454,14 @@ enum {
  * so the shell can still exec the last process.
  */
 #define FDT_FLOCK_EXEC		6
-#ifdef PATH_DEV_FD
 /*
  * Entry used by a process substition.
  * This marker is not tested internally as we associated the file
  * descriptor with a job for closing.
+ *
+ * This is not used unless PATH_DEV_FD is defined.
  */
 #define FDT_PROC_SUBST		7
-#endif
-
 /*
  * Mask to get the basic FDT type.
  */