diff options
Diffstat (limited to 'ext/File')
-rw-r--r-- | ext/File/Glob/Glob.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File/Glob/Glob.xs b/ext/File/Glob/Glob.xs index f2210bcd04..037b85cc47 100644 --- a/ext/File/Glob/Glob.xs +++ b/ext/File/Glob/Glob.xs @@ -4,7 +4,7 @@ #include "bsd_glob.h" -#define MY_CXT_KEY "File::Glob::_guts"##XS_VERSION +#define MY_CXT_KEY "File::Glob::_guts" XS_VERSION typedef struct { int x_GLOB_ERROR; |