diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-09 10:38:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-09 10:38:02 +0000 |
commit | bafa15955d1c0c9e892615afa7fff2476302c7a5 (patch) | |
tree | 1c80c56af719d08d25d3fd52dadf7b654c351403 /Src/zsh.mdd | |
parent | ae4a0ab46cbd2c6db916b702f05436b492a72d4d (diff) | |
download | zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.gz zsh-bafa15955d1c0c9e892615afa7fff2476302c7a5.tar.xz 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.mdd | 2 |
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" |