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

@@ -1,5 +1,5 @@
.\"
.\" Copyright (C) 1999-2007,2014,2018 Landon Curt Noll
.\" Copyright (C) 1999-2007,2014,2018,2021 Landon Curt Noll
.\"
.\" Calc is open software; you can redistribute it and/or modify it under
.\" the terms of the version 2.1 of the GNU Lesser General Public License

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');