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/.distfiles | |
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/.distfiles')
-rw-r--r-- | Src/.distfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/.distfiles b/Src/.distfiles index 8e9b2cf5e..d35b54232 100644 --- a/Src/.distfiles +++ b/Src/.distfiles @@ -7,7 +7,7 @@ DISTFILES_SRC=' hist.c init.c input.c jobs.c lex.c linklist.c loop.c main.c makepro.awk math.c mem.c mkbltnmlst.sh mkmakemod.sh mkmodindex.sh module.c options.c params.c parse.c pattern.c prompt.c prototypes.h - signals.c signals.h subst.c system.h text.c utils.c + signals.c signals.h string.c subst.c system.h text.c utils.c watch.c xmods.conf zsh.h zsh.mdd ztype.h zsh.rc zsh.ico ' |