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

View File

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