diff loader/loader.h @ 24422:c98c9e7f3bd0

Remove leading underscores from multiple inclusion guards, leading underscores are reserved in the C standard.
author diego
date Thu, 13 Sep 2007 08:50:21 +0000
parents 0783dd397f74
children 2c8cdb9123b8
line wrap: on
line diff
--- a/loader/loader.h	Thu Sep 13 00:17:52 2007 +0000
+++ b/loader/loader.h	Thu Sep 13 08:50:21 2007 +0000
@@ -12,8 +12,8 @@
  * $Id$
  */
 
-#ifndef _LOADER_H
-#define _LOADER_H
+#ifndef LOADER_H
+#define LOADER_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -37,5 +37,5 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* __LOADER_H */
 
+#endif /* LOADER_H */