changeset 392:851468fda833

s/_TH_TYPES_H/TH_TYPES_H/g
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2016 14:11:17 +0200
parents 6e6c8c4fc210
children 10dea9ca67a0
files th_types.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/th_types.h	Thu Mar 03 14:08:38 2016 +0200
+++ b/th_types.h	Thu Mar 03 14:11:17 2016 +0200
@@ -8,8 +8,8 @@
 /* If your code uses "config.h", you need to #include
  * it before including this header.
  */
-#ifndef _TH_TYPES_H
-#define _TH_TYPES_H
+#ifndef TH_TYPES_H
+#define TH_TYPES_H 1
 
 // Check for standard headers
 #ifdef HAVE_STDINT_H
@@ -164,4 +164,4 @@
 #    endif
 #endif
 
-#endif // _TH_TYPES_H
+#endif // TH_TYPES_H