remove trailing comma

This commit is contained in:
Yuichi Nishiwaki 2015-05-27 22:08:44 +09:00
parent 55e9458e52
commit 3bc0be34ac
1 changed files with 2 additions and 0 deletions

View File

@ -384,6 +384,7 @@ foreach (@lines) {
s/\n/\\n/g; s/\n/\\n/g;
print "\"$_\",\n"; print "\"$_\",\n";
} }
print "\"\"\n";
=pod =pod
*/ */
@ -558,6 +559,7 @@ const char pic_boot[][80] = {
"d or\n cond case else =>\n do when unless\n parameterize", "d or\n cond case else =>\n do when unless\n parameterize",
"\n let-syntax letrec-syntax\n syntax-error))\n\n", "\n let-syntax letrec-syntax\n syntax-error))\n\n",
"", "",
""
}; };
#if 0 #if 0