Index: src/Parser/parser.yy
===================================================================
--- src/Parser/parser.yy	(revision 258aaab8f90625381d932c828e7ad0101b54997e)
+++ src/Parser/parser.yy	(revision e1d66c84e0c0d91acc25559fd73ab14706eee525)
@@ -551,5 +551,5 @@
 
 %%
-//************************* Namespace Management ********************************
+// ************************ Namespace Management ********************************
 
 // The C grammar is not context free because it relies on the distinct terminal symbols "identifier" and "TYPEDEFname",
@@ -588,5 +588,5 @@
 	;
 
-//************************* CONSTANTS ********************************
+// ************************ CONSTANTS ********************************
 
 constant:
@@ -634,5 +634,5 @@
 	;
 
-//************************* EXPRESSIONS ********************************
+// ************************ EXPRESSIONS ********************************
 
 primary_expression:
@@ -1101,5 +1101,5 @@
 	;
 
-//*************************** STATEMENTS *******************************
+// ************************** STATEMENTS *******************************
 
 statement:
@@ -1758,5 +1758,5 @@
 	;
 
-//******************************* DECLARATIONS *********************************
+// ****************************** DECLARATIONS *********************************
 
 declaration_list_opt:									// used at beginning of switch statement
@@ -2991,5 +2991,5 @@
 	;
 
-//***************************** EXTERNAL DEFINITIONS *****************************
+// **************************** EXTERNAL DEFINITIONS *****************************
 
 translation_unit:
@@ -4013,5 +4013,5 @@
 //    declaration lists (not prototype-format parameter type and identifier declarators) is an obsolescent feature.
 
-//************************* MISCELLANEOUS ********************************
+// ************************ MISCELLANEOUS ********************************
 
 comma_opt:												// redundant comma
Index: tests/linking/mangling/header.hfa
===================================================================
--- tests/linking/mangling/header.hfa	(revision 258aaab8f90625381d932c828e7ad0101b54997e)
+++ tests/linking/mangling/header.hfa	(revision e1d66c84e0c0d91acc25559fd73ab14706eee525)
@@ -8,5 +8,5 @@
 extern name_but_a_typedefed_t a_typedefed_global;
 
-extern struct {
+extern struct /* anonymous */ {
 	int some_int;
 	int some_other_int;
Index: tests/linking/mangling/lib.cfa
===================================================================
--- tests/linking/mangling/lib.cfa	(revision 258aaab8f90625381d932c828e7ad0101b54997e)
+++ tests/linking/mangling/lib.cfa	(revision e1d66c84e0c0d91acc25559fd73ab14706eee525)
Index: tests/linking/mangling/main.cfa
===================================================================
--- tests/linking/mangling/main.cfa	(revision 258aaab8f90625381d932c828e7ad0101b54997e)
+++ tests/linking/mangling/main.cfa	(revision e1d66c84e0c0d91acc25559fd73ab14706eee525)
