ports/java/jlint/patches/patch-method_desc_hh

10 lines
363 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- method_desc.hh.orig Wed Apr 12 14:38:59 2017
+++ method_desc.hh Wed Apr 12 14:39:50 2017
@@ -147,5 +147,5 @@ class method_desc : public component_desc { (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* my_is_const;
#endif