diff src/symtab.cc @ 11461:2b8531a6a3c9

Change mentions of "nested function" to the less misleading "subfunction"
author David Grundberg <individ@acc.umu.se>
date Sat, 08 Jan 2011 11:53:51 +0100
parents 40f311a69417
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/symtab.cc	Fri Jan 07 14:51:26 2011 -0500
+++ b/src/symtab.cc	Sat Jan 08 11:53:51 2011 +0100
@@ -169,9 +169,9 @@
 
   if (fcn)
     {
-      // FIXME -- we need to handle nested functions properly here.
+      // FIXME -- we need to handle subfunctions properly here.
 
-      if (! fcn->is_nested_function ())
+      if (! fcn->is_subfunction ())
         {
           std::string ff = fcn->fcn_file_name ();