equal
deleted
inserted
replaced
21 id => sub { |
21 id => sub { |
22 my ($file, @content) = @_; |
22 my ($file, @content) = @_; |
23 }, |
23 }, |
24 thyheader => sub { |
24 thyheader => sub { |
25 my ($file, @content) = @_; |
25 my ($file, @content) = @_; |
26 my $diag = 1; |
26 #~ my $diag = 1; |
27 #~ my $diag = 0; |
27 my $diag = 0; |
28 $_ = join("", @content); |
28 $_ = join("", @content); |
29 if (m!^theory!cgoms) { |
29 if (m!^theory!cgoms) { |
30 my $prelude = $`; |
30 my $prelude = $`; |
31 my $thyheader = "theory"; |
31 my $thyheader = "theory"; |
32 $thyheader .= skip_wscomment(); |
32 $thyheader .= skip_wscomment(); |