aboutsummaryrefslogtreecommitdiff
path: root/java/jlint/files/patch-method__desc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'java/jlint/files/patch-method__desc.hh')
-rw-r--r--java/jlint/files/patch-method__desc.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/jlint/files/patch-method__desc.hh b/java/jlint/files/patch-method__desc.hh
new file mode 100644
index 000000000000..7ad9306f6974
--- /dev/null
+++ b/java/jlint/files/patch-method__desc.hh
@@ -0,0 +1,9 @@
+--- method_desc.hh.orig 2001-02-09 23:40:33 UTC
++++ method_desc.hh
+@@ -147,5 +147,5 @@ private:
+
+ const char* compound_name(const char* first, const char* second);
+ extern string_pool stringPool; // declared in jlint.cc
+-extern field_desc* is_const;
++extern field_desc* jlint_is_const;
+ #endif