Index: src/SymTab/Autogen.cc
===================================================================
--- src/SymTab/Autogen.cc	(revision f5ef08c683a703ed1fb36572de445bead8f72152)
+++ src/SymTab/Autogen.cc	(revision 5b2f5bb4b0269a726d7840b6f270858c3ff12d9a)
@@ -99,5 +99,5 @@
 	//E ?=?(E volatile*, int),
 	//  ?=?(E _Atomic volatile*, int);
-	void makeEnumAssignment( EnumDecl *enumDecl, EnumInstType *refType, unsigned int functionNesting, std::list< Declaration * > &declsToAdd ) {
+	void makeEnumFunctions( EnumDecl *enumDecl, EnumInstType *refType, unsigned int functionNesting, std::list< Declaration * > &declsToAdd ) {
 		FunctionType *assignType = new FunctionType( Type::Qualifiers(), false );
 
@@ -411,5 +411,5 @@
 			// enumInst->set_baseEnum( enumDecl );
 			// declsToAdd.push_back(
-			makeEnumAssignment( enumDecl, enumInst, functionNesting, declsToAdd );
+			makeEnumFunctions( enumDecl, enumInst, functionNesting, declsToAdd );
 		}
 	}
