]> Shamusworld >> Repos - architektonas/blobdiff - src/base/debug.h
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / debug.h
similarity index 92%
rename from src/base/rs_debug.h
rename to src/base/debug.h
index 78da213768fc76003e2735995e4baec74d7b58d1..771719b0ee81399e138251256d0b1f9f42a2d85a 100644 (file)
@@ -1,7 +1,7 @@
-#ifndef RS_DEBUG_H
-#define RS_DEBUG_H
+#ifndef __DEBUG_H__
+#define __DEBUG_H__
 
-#ifdef __hpux
+#ifdef hpux
 #include <sys/_size_t.h>
 #endif
 
@@ -14,6 +14,7 @@
 /**
  * Debugging facilities.
  *
+ * @author James Hammons
  * @author Andrew Mustun
  */
 class RS_Debug
@@ -62,4 +63,4 @@ class RS_Debug
                FILE * stream;
 };
 
-#endif
+#endif // __DEBUG_H__