diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-06-07 00:49:52 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-06-07 00:49:52 +0900 |
commit | ec7babd12d5802e9970d9aecd78ac2e5ec79bcc8 () | |
tree | 9cc8118022d444aed8b676d098b388be8c0d395a /ext/-test-/integer | |
parent | 9f469ad187e80854c9b3aaffa2feca8ad5b77fd3 (diff) |
[Feature #19998] Untyped Data API has been marked as deprecated
-rw-r--r-- | ext/-test-/integer/my_integer.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ #include "ruby.h" static VALUE my_integer_s_new(VALUE klass) { - return Data_Wrap_Struct(klass, 0, 0, 0); } void |