Actions
Bug #2760
closedunable to cross-compile win32.c
Bug #2760:
unable to cross-compile win32.c
Description
=begin
:~/ruby_trunk$ gcc win32/win32.c 2>&1 | grep lvalue
win32/win32.c:4894: error: lvalue required as left operand of assignment
win32/win32.c:5016: error: lvalue required as left operand of assignment
This seems to help:
Index: win32/win32.c¶
--- win32/win32.c (revision 26711)
+++ win32/win32.c (working copy)
@@ -4891,7 +4891,7 @@
}
@@ -5013,7 +5013,7 @@
}
=end
Actions