Index: src/SymTab/Validate.cc
===================================================================
--- src/SymTab/Validate.cc	(revision de62360d1d2709386152807b3d18e159e241ab1f)
+++ src/SymTab/Validate.cc	(revision 721f17ac6221a75230b4b1228917e6a163b53ff6)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Sun May 17 21:50:04 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jun 13 17:10:29 2015
-// Update Count     : 29
+// Last Modified By : Rob Schluntz
+// Last Modified On : Wed Jun 24 16:20:50 2015
+// Update Count     : 30
 //
 
@@ -176,4 +176,6 @@
 		acceptAll( translationUnit, pass1 );
 		acceptAll( translationUnit, pass2 );
+		// need to collect all of the assignment operators prior to
+		// this point and only generate assignment operators if one doesn't exist
 		AddStructAssignment::addStructAssignment( translationUnit );
 		acceptAll( translationUnit, pass3 );
