From 9defc9850d0d73742856165f595899f0d8a87c6d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 24 Mar 2009 12:52:07 +0000 Subject: 26772: better error handling and fix runaway chdir on failed cd --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 8d2deec6c..3c1623c1f 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -382,6 +382,7 @@ typedef struct builtin *Builtin; typedef struct cmdnam *Cmdnam; typedef struct complist *Complist; typedef struct conddef *Conddef; +typedef struct dirsav *Dirsav; typedef struct features *Features; typedef struct feature_enables *Feature_enables; typedef struct funcstack *Funcstack; -- cgit v1.3.1