Index: src/Concurrency/Keywords.cc
===================================================================
--- src/Concurrency/Keywords.cc	(revision bf2438c144672ed3463924e84dfb66424384ec03)
+++ src/Concurrency/Keywords.cc	(revision ea91c4249b368dd12df6d63ca49b3a4beafb8d89)
@@ -1,3 +1,2 @@
-//                              -*- Mode: CPP -*-
 //
 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
@@ -12,5 +11,5 @@
 // Last Modified By :
 // Last Modified On :
-// Update Count     : 3
+// Update Count     : 5
 //
 
@@ -549,2 +548,7 @@
 	}
 };
+
+// Local Variables: //
+// mode: c //
+// tab-width: 4 //
+// End: //
Index: src/Concurrency/Keywords.h
===================================================================
--- src/Concurrency/Keywords.h	(revision bf2438c144672ed3463924e84dfb66424384ec03)
+++ src/Concurrency/Keywords.h	(revision ea91c4249b368dd12df6d63ca49b3a4beafb8d89)
@@ -1,3 +1,2 @@
-//                              -*- Mode: CPP -*-
 //
 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
@@ -12,9 +11,8 @@
 // Last Modified By :
 // Last Modified On :
-// Update Count     : 0
+// Update Count     : 1
 //
 
-#ifndef KEYWORDS_H
-#define KEYWORDS_H
+#pragma once
 
 #include <list>  // for list
@@ -28,3 +26,7 @@
 };
 
-#endif //KEYWORDS_H
+// Local Variables: //
+// tab-width: 4 //
+// mode: c++ //
+// compile-command: "make install" //
+// End: //
