Index: src/Parser/LinkageSpec.h
===================================================================
--- src/Parser/LinkageSpec.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/Parser/LinkageSpec.h	(revision 637ff81ab1c899c0a57318c931644e19116a3286)
@@ -9,11 +9,10 @@
 // Author           : Rodolfo G. Esteves
 // Created On       : Sat May 16 13:24:28 2015
-// Last Modified By : Andrew Beach
-// Last Modified On : Fri Jul  7 11:03:00 2017
-// Update Count     : 13
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Jul 22 09:32:16 2017
+// Update Count     : 14
 //
 
-#ifndef LINKAGESPEC_H
-#define LINKAGESPEC_H
+#pragma once
 
 #include <string>
@@ -78,6 +77,4 @@
 };
 
-#endif // LINKAGESPEC_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Parser/ParseNode.h
===================================================================
--- src/Parser/ParseNode.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/Parser/ParseNode.h	(revision 637ff81ab1c899c0a57318c931644e19116a3286)
@@ -10,10 +10,9 @@
 // Created On       : Sat May 16 13:28:16 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jul 15 16:00:48 2017
-// Update Count     : 785
+// Last Modified On : Sat Jul 22 09:32:30 2017
+// Update Count     : 786
 //
 
-#ifndef PARSENODE_H
-#define PARSENODE_H
+#pragma once
 
 #include <string>
@@ -450,6 +449,4 @@
 std::ostream & operator<<( std::ostream & out, const ParseNode * node );
 
-#endif // PARSENODE_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Parser/ParserTypes.h
===================================================================
--- src/Parser/ParserTypes.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/Parser/ParserTypes.h	(revision 637ff81ab1c899c0a57318c931644e19116a3286)
@@ -10,10 +10,9 @@
 // Created On       : Sat Sep 22 08:58:10 2001
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Jun 28 22:10:17 2017
-// Update Count     : 349
+// Last Modified On : Sat Jul 22 09:33:28 2017
+// Update Count     : 350
 //
 
-#ifndef PARSER_HH
-#define PARSER_HH
+#pragma once
 
 int yylex();
@@ -42,6 +41,4 @@
 }; // Token
 
-#endif // PARSER_HH
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Parser/TypeData.h
===================================================================
--- src/Parser/TypeData.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/Parser/TypeData.h	(revision 637ff81ab1c899c0a57318c931644e19116a3286)
@@ -9,11 +9,10 @@
 // Author           : Rodolfo G. Esteves
 // Created On       : Sat May 16 15:18:36 2015
-// Last Modified By : Andrew Beach
-// Last Modified On : Fri Jul 14 16:57:00 2017
-// Update Count     : 187
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Jul 22 09:32:47 2017
+// Update Count     : 188
 //
 
-#ifndef TYPEDATA_H
-#define TYPEDATA_H
+#pragma once
 
 #include "ParseNode.h"
@@ -116,6 +115,4 @@
 void buildKRFunction( const TypeData::Function_t & function );
 
-#endif // TYPEDATA_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Parser/TypedefTable.h
===================================================================
--- src/Parser/TypedefTable.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/Parser/TypedefTable.h	(revision 637ff81ab1c899c0a57318c931644e19116a3286)
@@ -10,10 +10,9 @@
 // Created On       : Sat May 16 15:24:36 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Jun 28 21:56:34 2017
-// Update Count     : 33
+// Last Modified On : Sat Jul 22 09:33:14 2017
+// Update Count     : 34
 //
 
-#ifndef TYPEDEFTABLE_H
-#define TYPEDEFTABLE_H
+#pragma once
 
 #include <map>
@@ -91,6 +90,4 @@
 };
 
-#endif // TYPEDEFTABLE_H
-
 // Local Variables: //
 // tab-width: 4 //
Index: src/Parser/parserutility.h
===================================================================
--- src/Parser/parserutility.h	(revision ac10576248aa93c24a41a978d91a9d89b2b01a7e)
+++ src/Parser/parserutility.h	(revision 637ff81ab1c899c0a57318c931644e19116a3286)
@@ -10,16 +10,13 @@
 // Created On       : Sat May 16 15:31:46 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Jun 28 22:11:40 2017
-// Update Count     : 3
+// Last Modified On : Sat Jul 22 09:32:58 2017
+// Update Count     : 4
 //
 
-#ifndef PARSEUTILITY_H
-#define PARSEUTILITY_H
+#pragma once
 
 #include "SynTree/SynTree.h"
 
 Expression *notZeroExpr( Expression *orig );
-
-#endif // PARSEUTILITY_H
 
 // Local Variables: //
