From 2853ca830ac8d504b7374de2be0ec82122d33c2d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 11 Aug 2008 19:22:54 +0000 Subject: 25247 with further modifications: add $funcsourcetrace --- Src/utils.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Src/utils.c') 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 { -- cgit v1.2.3