(main): Make sure there's some value within each pair of braces.

From-SVN: r5417
This commit is contained in:
Richard Stallman 1993-09-22 20:44:24 +00:00
parent 7b95735e08
commit 904f3f5af8
1 changed files with 10 additions and 8 deletions

View File

@ -48,6 +48,8 @@ main()
length (v->outputs), length (v->literals));
for (n = v->literals; n; n = n->next)
printf ("%scode, ", n->text);
if (v->literals == 0)
printf ("0");
printf ("}},\n");
}
return 0;