summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-12-14 13:40:57 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-12-15 23:07:34 +0900
commit0fbdd71dcf9c1608587a13aee424fe30270fd0f4 (patch)
treed6d69eb54956ac9c09c9e5203eddd00732f41ff2
parenta3d240c2edb86671cea3e5b46987739fd9484fd6 (diff)
downloadmruby-0fbdd71dcf9c1608587a13aee424fe30270fd0f4.tar.gz
mruby-0fbdd71dcf9c1608587a13aee424fe30270fd0f4.zip
boxing_nan.h: remove false description in the comment [ci skip]
Ref #5597
-rw-r--r--include/mruby/boxing_nan.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby/boxing_nan.h b/include/mruby/boxing_nan.h
index 6d10079c6..a80f8ea22 100644
--- a/include/mruby/boxing_nan.h
+++ b/include/mruby/boxing_nan.h
@@ -36,8 +36,6 @@ enum mrb_nanbox_tt_inline {
* ptr : 01111111 11111100 PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPP01
* Stored as O = R + 0x8004000000000000, retrieved as R = O - 0x8004000000000000.
* This makes pointers have all zeros in the top 32 bits.
- * Small-ints and strs have 1 as LSB to make sure they don't look like pointers
- * to the garbage collector.
*/
typedef struct mrb_value {
uint64_t u;