summaryrefslogtreecommitdiff
path: root/java/jlint/files/patch-method__desc.hh
blob: 7ad9306f69743855a4f31ad896eaf63e63b848e0 (plain) (blame)
1
2
3
4
5
6
7
8
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