Index: src/SymTab/Validate.cc
===================================================================
--- src/SymTab/Validate.cc	(revision d0d9610725d49c2e0d9d2b8389ea9602b6e245e4)
+++ src/SymTab/Validate.cc	(revision 097e2b0772ff883a03cce4090b9e0ba0be47ac18)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Sun May 17 21:50:04 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Wed Aug 05 14:00:24 2015
-// Update Count     : 195
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Tue Aug 11 16:59:35 2015
+// Update Count     : 196
 //
 
@@ -894,5 +894,7 @@
 		DeclarationWithType *ret = Mutator::mutate( objDecl );
 		typedefNames = oldNames;
+		// is the type a function?
 		if ( FunctionType *funtype = dynamic_cast<FunctionType *>( ret->get_type() ) ) {
+			// replace the current object declaration with a function declaration
 			return new FunctionDecl( ret->get_name(), ret->get_storageClass(), ret->get_linkage(), funtype, 0, ret->get_isInline(), ret->get_isNoreturn() );
 		} else if ( objDecl->get_isInline() || objDecl->get_isNoreturn() ) {
