SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
39
editors/ht/patches/patch-classview_cc
Normal file
39
editors/ht/patches/patch-classview_cc
Normal file
|
@ -0,0 +1,39 @@
|
|||
Index: classview.cc
|
||||
--- classview.cc.orig
|
||||
+++ classview.cc
|
||||
@@ -76,7 +76,7 @@ ht_mask_ptable cls_class1_hdr[] =
|
||||
ht_mask_ptable cls_class2_hdr[] =
|
||||
{
|
||||
{"access flags", STATICTAG_EDIT_WORD_BE ("00000000")
|
||||
- " "STATICTAG_FLAGS("00000000", ATOM_CLS_ACCESS_STR)},
|
||||
+ " " STATICTAG_FLAGS("00000000", ATOM_CLS_ACCESS_STR)},
|
||||
{"this class", STATICTAG_EDIT_WORD_BE ("00000002")},
|
||||
{"super class", STATICTAG_EDIT_WORD_BE ("00000004")},
|
||||
{"interfaces count", STATICTAG_EDIT_WORD_BE ("00000006")},
|
||||
@@ -123,7 +123,7 @@ ht_mask_ptable cpool_utf8[] =
|
||||
ht_mask_ptable cpool_hdr[] =
|
||||
{
|
||||
{"tag", STATICTAG_EDIT_BYTE("00000000")
|
||||
-" "STATICTAG_DESC_BYTE("00000000", ATOM_CLS_CPOOL_STR)},
|
||||
+" " STATICTAG_DESC_BYTE("00000000", ATOM_CLS_CPOOL_STR)},
|
||||
{0, 0}
|
||||
};
|
||||
ht_mask_ptable iface_hdr[] =
|
||||
@@ -144,7 +144,7 @@ ht_mask_ptable method_hdr[] =
|
||||
ht_mask_ptable mf_hdr[] =
|
||||
{
|
||||
{"access flags", STATICTAG_EDIT_WORD_BE ("00000000")
|
||||
-" "STATICTAG_FLAGS("00000000", ATOM_CLS_ACCESS_STR)},
|
||||
+" " STATICTAG_FLAGS("00000000", ATOM_CLS_ACCESS_STR)},
|
||||
{"name index", STATICTAG_EDIT_WORD_BE ("00000002")},
|
||||
{"descriptor index", STATICTAG_EDIT_WORD_BE ("00000004")},
|
||||
{"attributes count", STATICTAG_EDIT_WORD_BE ("00000006")},
|
||||
@@ -174,7 +174,7 @@ ht_mask_ptable ainn_info[] =
|
||||
{"outer class info index", STATICTAG_EDIT_WORD_BE("00000002")},
|
||||
{"inner name index", STATICTAG_EDIT_WORD_BE("00000004")},
|
||||
{"inner class access flags", STATICTAG_EDIT_WORD_BE("00000006")
|
||||
- " "STATICTAG_FLAGS("00000006", ATOM_CLS_ACCESS_STR)},
|
||||
+ " " STATICTAG_FLAGS("00000006", ATOM_CLS_ACCESS_STR)},
|
||||
{0, 0}
|
||||
};
|
||||
ht_mask_ptable aline_info[] =
|
Loading…
Add table
Add a link
Reference in a new issue