summaryrefslogtreecommitdiffstats
path: root/Src/zsh.mdd
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-05-09 10:38:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-05-09 10:38:02 +0000
commitbafa15955d1c0c9e892615afa7fff2476302c7a5 (patch)
tree1c80c56af719d08d25d3fd52dadf7b654c351403 /Src/zsh.mdd
parent29193: badly placed variable declaration (diff)
downloadzsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar
zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.gz
zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.bz2
zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.lz
zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.xz
zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.zst
zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.zip
29195: Separate nameddir hash to avoid clash of
"bool" type on Solaris
Diffstat (limited to 'Src/zsh.mdd')
-rw-r--r--Src/zsh.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.mdd b/Src/zsh.mdd
index 9f19b45da..25f4df10f 100644
--- a/Src/zsh.mdd
+++ b/Src/zsh.mdd
@@ -9,7 +9,7 @@ alwayslink=1
# autobins not specified because of alwayslink
-objects="builtin.o compat.o cond.o exec.o glob.o hashtable.o \
+objects="builtin.o compat.o cond.o exec.o glob.o hashtable.o hashnameddir.o \
hist.o init.o input.o jobs.o lex.o linklist.o loop.o math.o \
mem.o module.o options.o params.o parse.o pattern.o prompt.o signals.o \
signames.o sort.o string.o subst.o text.o utils.o watch.o"