Skip to content

Commit

Permalink
final steps to normalize REF/ALIAS semantics and clean up/merge dump_…
Browse files Browse the repository at this point in the history
…sv/dump_rv
  • Loading branch information
demerphq committed Sep 2, 2012
1 parent badd006 commit b686ca8
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 257 deletions.
4 changes: 2 additions & 2 deletions Encoder/author_tools/hobodecoder.pl
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ sub parse_sv {
}
elsif ($o == SRL_HDR_BLESS) {
printf "%06u: %02x %03s %sBLESS\n", $p, $o, $bv, $ind;
printf "%6s %2s %3s %s Value:\n",("") x 3, $ind." ";
parse_sv($ind." ");
printf "%6s %2s %3s %s Class:\n",("") x 3, $ind." ";
parse_sv($ind." ");
printf "%6s %2s %3s %s Value:\n",("") x 3, $ind." ";
parse_sv($ind." ");
}
elsif ($o == SRL_HDR_REGEXP) {
printf "%06u: %02x %03s %sREGEXP\n", $p, $o, $bv, $ind;
Expand Down
Loading

0 comments on commit b686ca8

Please sign in to comment.