diff src/ov-fcn-handle.cc @ 4935:4fc993a4e072

[project @ 2004-08-06 03:17:12 by jwe]
author jwe
date Fri, 06 Aug 2004 03:17:13 +0000
parents cd58733c326b
children 8719102eb804
line wrap: on
line diff
--- a/src/ov-fcn-handle.cc	Thu Aug 05 16:38:36 2004 +0000
+++ b/src/ov-fcn-handle.cc	Fri Aug 06 03:17:13 2004 +0000
@@ -146,7 +146,12 @@
 	      std::string nm = fcn->fcn_file_name ();
 
 	      if (nm.empty ())
-		m.assign ("file", "built-in function");
+		{
+		  if (fh_nm == "@<anonymous>")
+		    m.assign ("file", "none");
+		  else
+		    m.assign ("file", "built-in function");
+		}
 	      else
 		m.assign ("file", nm);