diff th_string.h @ 49:598609fb49b0

Change how "config.h" is included, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Oct 2011 15:40:54 +0300
parents e9a3fe655dd9
children 34d58b0f2d52
line wrap: on
line diff
--- a/th_string.h	Mon Oct 03 15:39:42 2011 +0300
+++ b/th_string.h	Mon Oct 03 15:40:54 2011 +0300
@@ -5,8 +5,8 @@
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
-#ifndef _TH_STRING_H
-#define _TH_STRING_H
+#ifndef TH_STRING_H
+#define TH_STRING_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -76,4 +76,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* _TH_STRING_H */
+#endif /* TH_STRING_H */