mwrap user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] undefine Mwrap::SourceLocation.allocate
@ 2023-01-07 20:13 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2023-01-07 20:13 UTC (permalink / raw)
  To: mwrap-public

This quiets `undefining the allocator of T_DATA class Mwrap::SourceLocation'
warnings.
---
 ext/mwrap/mwrap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext/mwrap/mwrap.c b/ext/mwrap/mwrap.c
index 6875486..160007f 100644
--- a/ext/mwrap/mwrap.c
+++ b/ext/mwrap/mwrap.c
@@ -1115,6 +1115,7 @@ void Init_mwrap(void)
 	 * This class is only available since mwrap 2.0.0+.
 	 */
 	cSrcLoc = rb_define_class_under(mod, "SourceLocation", rb_cObject);
+	rb_undef_alloc_func(cSrcLoc);
 	rb_define_singleton_method(mod, "dump", mwrap_dump, -1);
 	rb_define_singleton_method(mod, "reset", mwrap_reset, 0);
 	rb_define_singleton_method(mod, "clear", mwrap_clear, 0);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-07 20:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07 20:13 [PATCH] undefine Mwrap::SourceLocation.allocate Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).