blob: 887ec5bdfd784073511a5caa61dd787a415e2b73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/Source/JavaScriptCore/offlineasm/parser.rb
+++ b/Source/JavaScriptCore/offlineasm/parser.rb
@@ -145,6 +145,10 @@
@type = type
@string = string
end
+
+ def =~(other)
+ false
+ end
end
#
|