Edit

IABSD.fr/ports/java/jlint/patches/patch-method_desc_hh

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:25:15
    Hash : caeb98e6
    Message : drop RCS Ids

  • java/jlint/patches/patch-method_desc_hh
  • --- 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