Index: src/libcfa/interpose.h
===================================================================
--- src/libcfa/interpose.h	(revision 461bfef779b6ce0af2d8008d1032e2863687a71f)
+++ src/libcfa/interpose.h	(revision ed9c0a8b318bd2da13737ffec7fa331f7c7b1006)
@@ -10,11 +10,10 @@
 // Author           : Thierry Delisle
 // Created On       : Wed Mar 29 15:56:41 2017
-// Last Modified By : 
-// Last Modified On : 
-// Update Count     : 0
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Thu Jul 20 21:46:46 2017
+// Update Count     : 1
 //
 
-#ifndef INTERPOSE_H
-#define INTERPOSE_H
+#pragma once
 
 void * interpose_symbol( const char* symbol, , const char *version );
@@ -22,4 +21,2 @@
 extern __typeof__( abort ) libc_abort __attribute__(( noreturn ));
 extern __typeof__( exit ) libc_abort __attribute__(( noreturn ));
-
-#endif //INTERPOSE_H
Index: src/libcfa/startup.h
===================================================================
--- src/libcfa/startup.h	(revision 461bfef779b6ce0af2d8008d1032e2863687a71f)
+++ src/libcfa/startup.h	(revision ed9c0a8b318bd2da13737ffec7fa331f7c7b1006)
@@ -1,3 +1,2 @@
-//                              -*- Mode: CFA -*-
 //
 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
@@ -10,11 +9,10 @@
 // Author           : Thierry Delisle
 // Created On       : Wed Mar 29 15:56:41 2017
-// Last Modified By : 
-// Last Modified On : 
-// Update Count     : 0
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Thu Jul 20 21:37:11 2017
+// Update Count     : 2
 //
 
-#ifndef STARTUP_H
-#define STARTUP_H
+#pragma once
 
 #if GCC_VERSION > 50000
@@ -34,3 +32,6 @@
 #endif
 
-#endif //STARTUP_H
+// Local Variables: //
+// mode: c //
+// tab-width: 4 //
+// End: //
