1
0
Fork 0
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:
Peter Stephenson 2008-08-11 19:22:54 +00:00
parent 2e485d60ff
commit 2853ca830a
14 changed files with 167 additions and 18 deletions

View file

@ -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 {