]> git.eshelyaron.com Git - emacs.git/commit
Work around IBM XL C compiler bug
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2021 02:18:39 +0000 (18:18 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2021 02:20:05 +0000 (18:20 -0800)
commite0ee1d003ac84ba32b6c23575ddaeabb932cd6e1
treeaf6a0493ecb593be4eb66239fef69a114720c59c
parent6b99b6eb8bc5ee5b7ee8c17a636c9ba154702b5c
Work around IBM XL C compiler bug

* src/fileio.c (Fcopy_file): Work around a compiler bug in IBM XL
C for AIX, V12.1 (5765-J02, 5725-C72).  Without this patch, the
compiler incorrectly complains “Initialization between types "int"
and "struct timespec" is not allowed” and “Initialization between
types "long" and "struct timespec" is not allowed”.
src/fileio.c