Index: .gitignore
===================================================================
--- .gitignore	(revision 525f7ad65aaee3be785c86c188b191a2450ac8cc)
+++ .gitignore	(revision 57e43cd62d1d5b574873c756a2da768784ade542)
@@ -60,4 +60,5 @@
 src/Parser/parser.h
 src/Parser/parser.hh
+src/Parser/parser.tab.cc
 
 tools/prettyprinter/parser.output
Index: src/Parser/parser.yy
===================================================================
--- src/Parser/parser.yy	(revision 525f7ad65aaee3be785c86c188b191a2450ac8cc)
+++ src/Parser/parser.yy	(revision 57e43cd62d1d5b574873c756a2da768784ade542)
@@ -10,6 +10,6 @@
 // Created On       : Sat Sep  1 20:22:55 2001
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jun 11 21:32:15 2024
-// Update Count     : 6641
+// Last Modified On : Mon Jun 17 21:43:02 2024
+// Update Count     : 6643
 //
 
@@ -4029,6 +4029,6 @@
 //
 // The pattern precludes declaring an array of functions versus a pointer to an array of functions, and returning arrays
-// and functions versus pointers to arrays and functions. In addition, the pattern handles the
-// special meaning of parenthesis around a typedef name:
+// and functions versus pointers to arrays and functions. In addition, the pattern handles the special meaning of
+// parenthesis around a typedef name:
 //
 //		ISO/IEC 9899:1999 Section 6.7.5.3(11) : "In a parameter declaration, a single typedef name in
