Release 2.12.7.5

Final cleanup for the calc version 2.12.7.5 release.
This commit is contained in:
Landon Curt Noll
2021-02-03 03:24:47 -08:00
parent 2c72570b8d
commit ae3a6129b2
2 changed files with 3 additions and 2 deletions

View File

@@ -125,7 +125,8 @@ main(int argc, char **argv)
* systems a FILEPOS is not a scalar hince we must memcpy.
*/
printf("#define SWAP_HALF_IN_FILEPOS(dest, src)\t%s\n",
"memcpy((void *)(dest), (void *)(src), sizeof(FPOS_POS_LEN))");
"\\\n\tmemcpy((void *)(dest), (void *)(src), "
"sizeof(FPOS_POS_LEN))");
#endif /* HAVE_FILEPOS_SCALAR */
#endif /* CALC_BYTE_ORDER == BIG_ENDIAN */
putchar('\n');