diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-04 00:19:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-04 00:19:21 -0700 |
commit | c378da0b47eb8c26fc8da4d89e128ee3c73537de (patch) | |
tree | 69780b09fd68c972f69c1414d48c84cb24a075fa /Makefile.in | |
parent | 288b08c747644d42c1636c2b469f8c34836ccd35 (diff) | |
download | emacs-c378da0b47eb8c26fc8da4d89e128ee3c73537de.tar.gz |
Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 GNULIB_MODULES = \ careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu \ ignore-value intprops lstat mktime readlink \ - socklen stdio strftime strtoumax symlink sys_stat + socklen stdarg stdio strftime strtoumax symlink sys_stat GNULIB_TOOL_FLAGS = \ --conditional-dependencies --import --no-changelog --no-vc-files \ --makefile-name=gnulib.mk |