Parent Directory
|
Revision Log
|
Patch
revision 1.7 by wakaba, Sat Aug 16 07:42:20 2008 UTC | revision 1.8 by wakaba, Sun Aug 17 05:06:21 2008 UTC | |
---|---|---|
# | Line 38 sub generate_syntax_error_section ($) { | Line 38 sub generate_syntax_error_section ($) { |
38 | ||
39 | sub generate_structure_dump_section ($) { | sub generate_structure_dump_section ($) { |
40 | my $self = shift; | my $self = shift; |
41 | my $manifest = $self->{structure}; | my $manifest = $self->{structure} || [[], {}, []]; # undef if it is not a manifest. |
42 | ||
43 | my $out = $self->output; | my $out = $self->output; |
44 |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |