diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-11 19:22:54 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-11 19:22:54 +0000 |
| commit | 2853ca830ac8d504b7374de2be0ec82122d33c2d (patch) | |
| tree | d86ea41af13f51f6a9549833a3463c6da307bfc0 /Src/utils.c | |
| parent | unposted: prvent command(s) from looking like a Yodl macro (diff) | |
| download | zsh-2853ca830ac8d504b7374de2be0ec82122d33c2d.tar zsh-2853ca830ac8d504b7374de2be0ec82122d33c2d.tar.gz zsh-2853ca830ac8d504b7374de2be0ec82122d33c2d.tar.bz2 zsh-2853ca830ac8d504b7374de2be0ec82122d33c2d.tar.lz zsh-2853ca830ac8d504b7374de2be0ec82122d33c2d.tar.xz zsh-2853ca830ac8d504b7374de2be0ec82122d33c2d.tar.zst zsh-2853ca830ac8d504b7374de2be0ec82122d33c2d.zip | |
25247 with further modifications: add $funcsourcetrace
Diffstat (limited to 'Src/utils.c')
| -rw-r--r-- | Src/utils.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c index ec2df7cd0..dfece68a8 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -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 { |
