mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
25247 with further modifications: add $funcsourcetrace
This commit is contained in:
parent
2e485d60ff
commit
2853ca830a
14 changed files with 167 additions and 18 deletions
|
|
@ -33,7 +33,10 @@
|
|||
/* name of script being sourced */
|
||||
|
||||
/**/
|
||||
mod_export char *scriptname;
|
||||
mod_export char *scriptname; /* is sometimes a function name */
|
||||
|
||||
/**/
|
||||
mod_export char *scriptfilename;
|
||||
|
||||
#ifdef MULTIBYTE_SUPPORT
|
||||
struct widechar_array {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue