From a7c0640c0a3b9ce7290b1c78a08eec7ed330ca67 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 17 Sep 2006 19:28:45 +0000 Subject: 22728: $functrace parameter for function backtraces. --- Src/zsh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 27bb96493..ce6cf989a 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1001,6 +1001,8 @@ struct shfunc { struct funcstack { Funcstack prev; /* previous in stack */ char *name; /* name of function called */ + char *caller; /* name of caller */ + int lineno; /* line number in file */ }; /* node in list of function call wrappers */ -- cgit 1.4.1