Explorar o código

Added a preprocessing "undef _DECL_FUNC" to make like the others

mingodad %!s(int64=13) %!d(string=hai) anos
pai
achega
6a7635510f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ext/sq_base64.cpp

+ 1 - 0
ext/sq_base64.cpp

@@ -131,6 +131,7 @@ static SQRegFunction base64_methods[] =
     _DECL_FUNC(decode,2,_SC(".s")),
     _DECL_FUNC(decode,2,_SC(".s")),
     {0,0}
     {0,0}
 };
 };
+#undef _DECL_FUNC
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {