#include "bitvect.h"
-STATIC size_t svu_validate_uv(pTHX_ SV *sv, const char *desc) {
+static size_t svu_validate_uv(pTHX_ SV *sv, const char *desc) {
#define svu_validate_uv(S, D) svu_validate_uv(aTHX_ (S), (D))
IV i;
return 0;
}
-STATIC char *svu_prepare_sv(pTHX_ SV *sv, size_t s, size_t l) {
+static char *svu_prepare_sv(pTHX_ SV *sv, size_t s, size_t l) {
#define svu_prepare_sv(S, I, L) svu_prepare_sv(aTHX_ (S), (I), (L))
STRLEN c;
size_t n = s + l, i, js, jz, k, z;
/* ... Generic macros ...................................................... */
-#define INLINE_DECLARE(P) STATIC P
+#define INLINE_DECLARE(P) static P
#define INLINE_DEFINE
#ifndef BV_UNIT