Admin/isa-migrate
changeset 16417 9bc16273c2d4
parent 16411 04cc6b4b3439
equal deleted inserted replaced
16416:6061ae1f90f2 16417:9bc16273c2d4
    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();