mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5679 from dearblue/expiration-code
Remove old compatibility code
This commit is contained in:
@@ -52,12 +52,6 @@
|
||||
|
||||
#define E_SOCKET_ERROR mrb_class_get_id(mrb, MRB_SYM(SocketError))
|
||||
|
||||
#if !defined(mrb_cptr)
|
||||
#define mrb_cptr_value(m,p) mrb_voidp_value((m),(p))
|
||||
#define mrb_cptr(o) mrb_voidp(o)
|
||||
#define mrb_cptr_p(o) mrb_voidp_p(o)
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
static const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user