minor fixes

This commit is contained in:
Bill Hoffman 2003-06-04 14:25:53 -04:00
parent 11a698558e
commit 003a6a7260
2 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,5 @@ int main(int argc, char *argv[])
fprintf(fp,"int generated() { return 3; }\n");
fclose(fp);
return 0;
}

View File

@ -6,4 +6,5 @@ int main(int argc, char *argv[])
fprintf(fp,"int wrapped() { return 5; }\n");
fclose(fp);
return 0;
}