Index: src/Parser/parser.yy
===================================================================
--- src/Parser/parser.yy	(revision d41735a58b832e3dc3f3a49e0aa9017b192bfd9f)
+++ src/Parser/parser.yy	(revision 74227c682b249e1985f33fe81d0e315b9853434d)
@@ -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
