#include "perl.h"
#include "XSUB.h"
+#define __PACKAGE__ "Lexical::Types"
+#define __PACKAGE_LEN__ (sizeof(__PACKAGE__)-1)
+
/* --- Compatibility wrappers ---------------------------------------------- */
#define LT_HAS_PERL(R, V, S) (PERL_REVISION > (R) || (PERL_REVISION == (R) && (PERL_VERSION > (V) || (PERL_VERSION == (V) && (PERL_SUBVERSION >= (S))))))
# define HvNAMELEN_get(H) strlen(HvNAME_get(H))
#endif
-#define __PACKAGE__ "Lexical::Types"
-#define __PACKAGE_LEN__ (sizeof(__PACKAGE__)-1)
-
/* --- Helpers ------------------------------------------------------------- */
/* ... Hints ............................................................... */