[boot.c] commentify scheme code (as c code)

This commit is contained in:
Yuichi Nishiwaki 2014-09-27 08:29:55 -07:00
parent ed1a9aa717
commit 15889a5feb
1 changed files with 8 additions and 0 deletions

8
boot.c
View File

@ -1,5 +1,9 @@
#if 0 #if 0
=pod
/*
=cut
use strict; use strict;
my $src = <<'EOL'; my $src = <<'EOL';
@ -381,6 +385,10 @@ foreach (@lines) {
print "\"$_\\n\"\n"; print "\"$_\\n\"\n";
} }
=pod
*/
=cut
print <<EOL; print <<EOL;
; ;