summaryrefslogtreecommitdiffstats
path: root/m_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_struct.h')
-rw-r--r--m_struct.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/m_struct.h b/m_struct.h
index 9bad9ca5c7..e698dca211 100644
--- a/m_struct.h
+++ b/m_struct.h
@@ -1,7 +1,5 @@
-
-#ifndef NEW_CONFIG
-#warning "Including m_struct.h but NEW_CONFIG is disabled"
-#else
+#ifndef _M_STRUCT_H
+#define _M_STRUCT_H
///////////////////// A struct setter ////////////////////////
@@ -47,4 +45,4 @@ m_struct_free(m_struct_t* st, void* obj);
struct m_option*
m_struct_get_field(m_struct_t* st,char* f);
-#endif
+#endif /* _M_STRUCT_H */