aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2011-05-04 00:19:21 -0700
committerPaul Eggert2011-05-04 00:19:21 -0700
commitc378da0b47eb8c26fc8da4d89e128ee3c73537de (patch)
tree69780b09fd68c972f69c1414d48c84cb24a075fa /Makefile.in
parent288b08c747644d42c1636c2b469f8c34836ccd35 (diff)
downloademacs-c378da0b47eb8c26fc8da4d89e128ee3c73537de.tar.gz
emacs-c378da0b47eb8c26fc8da4d89e128ee3c73537de.zip
Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 180f7e5be16..ba2926d2853 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -333,7 +333,7 @@ DOS_gnulib_comp.m4 = gl-comp.m4
333GNULIB_MODULES = \ 333GNULIB_MODULES = \
334 careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu \ 334 careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu \
335 ignore-value intprops lstat mktime readlink \ 335 ignore-value intprops lstat mktime readlink \
336 socklen stdio strftime strtoumax symlink sys_stat 336 socklen stdarg stdio strftime strtoumax symlink sys_stat
337GNULIB_TOOL_FLAGS = \ 337GNULIB_TOOL_FLAGS = \
338 --conditional-dependencies --import --no-changelog --no-vc-files \ 338 --conditional-dependencies --import --no-changelog --no-vc-files \
339 --makefile-name=gnulib.mk 339 --makefile-name=gnulib.mk