Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zshxmods.h
- X-seq: zsh-workers 2631
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- Subject: zshxmods.h
- Date: Tue, 24 Dec 1996 11:35:17 +0000 (GMT)
-----BEGIN PGP SIGNED MESSAGE-----
This patch makes zshxmods.h only be included in init.c, so no other
objects depend on it. This relies on my recent patches removing such
dependencies, with the Subject: lines "zle interface improvement" and
"printcompctlp".
-zefram
*** Src/Makefile.in 1996/12/24 03:27:31 1.21
--- Src/Makefile.in 1996/12/24 03:30:40
***************
*** 131,137 ****
system.h zsh.h ztype.h Zle/zle.h
# zsh headers necessary for compilation
! HDRS = $(DIST_HDRS) signames.h zshxmods.h @RLIMITS_SRC_H@ ../config.h
# zsh C source included in distribution
DIST_SRCS = builtin.c compat.c cond.c exec.c glob.c hashtable.c hist.c \
--- 131,137 ----
system.h zsh.h ztype.h Zle/zle.h
# zsh headers necessary for compilation
! HDRS = $(DIST_HDRS) signames.h @RLIMITS_SRC_H@ ../config.h
# zsh C source included in distribution
DIST_SRCS = builtin.c compat.c cond.c exec.c glob.c hashtable.c hist.c \
***************
*** 215,221 ****
$(OBJS): $(HDRS)
! init.o: bltinmods.list zshpaths.h
$(MODULE_DIRS): FORCE
@cd $@ && $(MAKE) $(MAKEDEFS) modules
--- 215,221 ----
$(OBJS): $(HDRS)
! init.o: bltinmods.list zshpaths.h zshxmods.h
$(MODULE_DIRS): FORCE
@cd $@ && $(MAKE) $(MAKEDEFS) modules
*** Src/init.c 1996/12/24 02:09:53 1.30
--- Src/init.c 1996/12/24 03:29:42
***************
*** 33,38 ****
--- 33,39 ----
#include "zsh.h"
#include "zshpaths.h"
+ #include "zshxmods.h"
int noexitct = 0;
*** Src/zsh.h 1996/12/24 02:09:54 1.36
--- Src/zsh.h 1996/12/24 03:29:04
***************
*** 38,45 ****
#include <config.h>
#include <system.h>
- #include "zshxmods.h"
-
#ifndef IN_ZLE
# define trashzle() trashzleptr()
# define zleread(X,Y) zlereadptr(X,Y)
--- 38,43 ----
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
iQCVAwUBMr9RXXD/+HJTpU/hAQG9/AQAhpgr6Z093yzC2NuwVmBpS4xfhHuD8K84
AONxHommUWZbttraPd40dkykKL89SOfPHtd/A6OaBU3GgXJxtQZzM6uX79F39050
8rKyBKXC5sgAwLoyaH+kbBML5cztvbpNRxoc4O74IzbCUJdfV0/F809OqI/S6JRL
p/qWUJqwCmw=
=xBVE
-----END PGP SIGNATURE-----
Messages sorted by:
Reverse Date,
Date,
Thread,
Author