summaryrefslogtreecommitdiff
path: root/xs_glob.h
diff options
context:
space:
mode:
authorGravatar default2022-11-24 08:47:02 +0100
committerGravatar default2022-11-24 08:47:02 +0100
commitf2528c6c521cde213e9f7ac3e263b9736d27ef37 (patch)
treef1efdf95b1b933665ed212213abdc0cc9c5f3e56 /xs_glob.h
parentRefuse to store objects that are already here. (diff)
downloadsnac2-f2528c6c521cde213e9f7ac3e263b9736d27ef37.tar.gz
snac2-f2528c6c521cde213e9f7ac3e263b9736d27ef37.tar.xz
snac2-f2528c6c521cde213e9f7ac3e263b9736d27ef37.zip
Backport from xs.
Diffstat (limited to '')
-rw-r--r--xs_glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_glob.h b/xs_glob.h
index c5293dc..978c200 100644
--- a/xs_glob.h
+++ b/xs_glob.h
@@ -5,7 +5,7 @@
5#define _XS_GLOB_H 5#define _XS_GLOB_H
6 6
7d_char *xs_glob_n(const char *spec, int basename, int reverse, int max); 7d_char *xs_glob_n(const char *spec, int basename, int reverse, int max);
8#define xs_glob(spec, basename, reverse) xs_glob_n(spec, basename, reverse, 0xfffffff) 8#define xs_glob(spec, basename, reverse) xs_glob_n(spec, basename, reverse, XS_ALL)
9 9
10 10
11#ifdef XS_IMPLEMENTATION 11#ifdef XS_IMPLEMENTATION