diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-10 16:44:38 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-10 16:44:38 +0000 |
commit | d770d2554b4dc7b2373e9d512f148c28e5300c64 (patch) | |
tree | a5ed989c68da184a706fdc6368636e8bbe980304 /Src | |
parent | de06c833349b01833403a4cd0c0072c51cc13771 (diff) | |
download | zsh-d770d2554b4dc7b2373e9d512f148c28e5300c64.tar.gz zsh-d770d2554b4dc7b2373e9d512f148c28e5300c64.tar.xz zsh-d770d2554b4dc7b2373e9d512f148c28e5300c64.zip |
rename system.h to zsh_system.h
Diffstat (limited to 'Src')
-rw-r--r-- | Src/.distfiles | 2 | ||||
-rw-r--r-- | Src/zsh.mdd | 2 | ||||
-rw-r--r-- | Src/zsh_system.h (renamed from Src/system.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Src/.distfiles b/Src/.distfiles index 9c1859080..1da58ea17 100644 --- a/Src/.distfiles +++ b/Src/.distfiles @@ -41,12 +41,12 @@ signals.h sort.c string.c subst.c -system.h text.c utils.c watch.c zsh.h zsh.mdd +zsh_system.h ztype.h zsh.rc zsh.ico diff --git a/Src/zsh.mdd b/Src/zsh.mdd index 520c3acc9..a1c0edcfd 100644 --- a/Src/zsh.mdd +++ b/Src/zsh.mdd @@ -14,7 +14,7 @@ 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" -headers="../config.h system.h zsh.h sigcount.h signals.h \ +headers="../config.h zsh_system.h zsh.h sigcount.h signals.h \ prototypes.h hashtable.h ztype.h" :<<\Make diff --git a/Src/system.h b/Src/zsh_system.h index f38533023..f38533023 100644 --- a/Src/system.h +++ b/Src/zsh_system.h |