You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1573,7 +1548,6 @@ int main() { return tgetnum(""); }
1573
1548
:os=>@os,
1574
1549
:little_endian=>@little_endian,
1575
1550
:sizeof_long=>sizeof("long"),
1576
-
:x86_32=>@x86_32,
1577
1551
:x86_64=>@x86_64,
1578
1552
:dtrace=>@dtrace,
1579
1553
:dtrace_const=>@dtrace_const,
@@ -1869,6 +1843,11 @@ int main() { return tgetnum(""); }
1869
1843
set_filesystem_paths
1870
1844
1871
1845
process
1846
+
1847
+
unlesssizeof("long") == 8
1848
+
failure"Support for non-64bit platforms was deprecated 1 Jun 2016 and has now been removed. If non-64bit support is a critical feature for your application, please email contact@rubinius.com"
0 commit comments