allow multiple functions in file
This commit is contained in:
parent
b5d98b762f
commit
e53054c076
4 changed files with 45 additions and 44 deletions
|
@ -383,7 +383,6 @@ emitdat(Dat *d, FILE *f)
|
|||
fprintf(f, ".data\n");
|
||||
break;
|
||||
case DEnd:
|
||||
fprintf(f, "\n");
|
||||
break;
|
||||
case DName:
|
||||
fprintf(f,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue