asoft_sound: include comments in generated code

This commit is contained in:
Vince Weaver 2017-01-05 14:08:59 -05:00
parent f7f847e7f4
commit 0e7de91bad
1 changed files with 4 additions and 1 deletions

View File

@ -194,7 +194,10 @@ int main(int argc, char **argv) {
line++;
if (result==NULL) break;
if (string[0]=='\'') continue;
if (string[0]=='\'') {
printf("%s",string);
continue;
}
i=0;
while(1) {