patch-method_desc_hh 430 B

1234567891011
  1. $OpenBSD: patch-method_desc_hh,v 1.1 2017/04/14 00:44:21 ian Exp $
  2. --- method_desc.hh.orig Wed Apr 12 14:38:59 2017
  3. +++ method_desc.hh Wed Apr 12 14:39:50 2017
  4. @@ -147,5 +147,5 @@ class method_desc : public component_desc { (private)
  5. const char* compound_name(const char* first, const char* second);
  6. extern string_pool stringPool; // declared in jlint.cc
  7. -extern field_desc* is_const;
  8. +extern field_desc* my_is_const;
  9. #endif