opnsense-ports/java/jlint/files/patch-method__desc.hh
Franco Fichtner bb3be6683a */*: sync with upstream
Taken from: FreeBSD
2017-02-12 10:06:19 +01:00

9 lines
295 B
C++

--- 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