diff src/xs_support.h @ 392:b09d74eb71e6

Working on getting STIL and SLDB using completely dynamically allocated structures. Indentation cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 10:02:00 +0000
parents f949b83c3f52
children 933b9ea5923e
line wrap: on
line diff
--- a/src/xs_support.h	Tue May 30 04:50:04 2006 +0000
+++ b/src/xs_support.h	Wed May 31 10:02:00 2006 +0000
@@ -1,5 +1,5 @@
-#ifndef XS_SUPPORT_H
-#define XS_SUPPORT_H
+#ifndef _XS_SUPPORT_H
+#define _XS_SUPPORT_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -45,4 +45,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* XS_SUPPORT_H */
+#endif /* _XS_SUPPORT_H */