minor fixes to really reproduce original files

This commit is contained in:
Steffen Jaeckel 2014-06-12 10:58:54 +02:00
parent f8227a0dd9
commit 6673bd99ce
2 changed files with 10 additions and 2 deletions

View File

@ -97,7 +97,11 @@ printf(
" B->sign = FP_ZPOS;\n"
" memcpy(B->dp, b, %d * sizeof(fp_digit));\n"
" fp_clamp(B);\n"
"}\n#endif\n\n\n", N+N, N+N);
"}\n#endif\n\n\n"
"/* $Source$ */\n"
"/* $Revision$ */\n"
"/* $Date$ */\n"
, N+N, N+N);
return 0;
}

View File

@ -106,7 +106,11 @@ printf(
" break;\n\n", N+N, N+N);
}
printf("}\n}\n\n#endif /* TFM_SMALL_SET */\n");
printf("}\n}\n\n#endif /* TFM_SMALL_SET */\n\n"
"/* $Source$ */\n"
"/* $Revision$ */\n"
"/* $Date$ */\n"
);
return 0;
}