summaryrefslogtreecommitdiff
path: root/libltdl/ltdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libltdl/ltdl.h')
-rw-r--r--libltdl/ltdl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libltdl/ltdl.h b/libltdl/ltdl.h
index 824f2011..010bb032 100644
--- a/libltdl/ltdl.h
+++ b/libltdl/ltdl.h
@@ -30,7 +30,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
*/
/* Only include this header file once. */
-#if !defined(LTDL_H)
+#if !defined LTDL_H
#define LTDL_H 1
#include <libltdl/lt_system.h>
@@ -160,4 +160,4 @@ LT_SCOPE int lt_dlisresident (lt_dlhandle handle);
LT_END_C_DECLS
-#endif /*!defined(LTDL_H)*/
+#endif /*!defined LTDL_H*/