diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-09-19 15:54:30 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-09-19 15:54:30 +0000 |
commit | 946085efa5b9b949664ab94fcda302914936a1c5 (patch) | |
tree | e1a315ed56b642e66fdc6ecdf766cb29727687b7 /Src/zsh.mdd | |
parent | 3ce3caeec63d4afa4014ca9fdc27d2d096265f14 (diff) | |
download | zsh-946085efa5b9b949664ab94fcda302914936a1c5.tar.gz zsh-946085efa5b9b949664ab94fcda302914936a1c5.tar.xz zsh-946085efa5b9b949664ab94fcda302914936a1c5.zip |
12846: moved simple string manipulation functions to string.c
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 ad0d27bfe..78746a873 100644 --- a/Src/zsh.mdd +++ b/Src/zsh.mdd @@ -8,7 +8,7 @@ alwayslink=1 objects="builtin.o compat.o cond.o exec.o glob.o hashtable.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 subst.o text.o utils.o watch.o" +signames.o string.o subst.o text.o utils.o watch.o" headers="../config.h system.h zsh.h sigcount.h signals.h \ prototypes.h hashtable.h ztype.h" |