summaryrefslogtreecommitdiffstats
path: root/libarchive/archive_pathmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/archive_pathmatch.h')
-rw-r--r--libarchive/archive_pathmatch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libarchive/archive_pathmatch.h b/libarchive/archive_pathmatch.h
index e690177..9995142 100644
--- a/libarchive/archive_pathmatch.h
+++ b/libarchive/archive_pathmatch.h
@@ -26,15 +26,15 @@
* $FreeBSD$
*/
+#ifndef ARCHIVE_PATHMATCH_H
+#define ARCHIVE_PATHMATCH_H
+
#ifndef __LIBARCHIVE_BUILD
#ifndef __LIBARCHIVE_TEST
#error This header is only to be used internally to libarchive.
#endif
#endif
-#ifndef ARCHIVE_PATHMATCH_H
-#define ARCHIVE_PATHMATCH_H
-
/* Don't anchor at beginning unless the pattern starts with "^" */
#define PATHMATCH_NO_ANCHOR_START 1
/* Don't anchor at end unless the pattern ends with "$" */