diff options
| author | Paul Eggert | 2011-05-04 00:19:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-04 00:19:21 -0700 |
| commit | c378da0b47eb8c26fc8da4d89e128ee3c73537de (patch) | |
| tree | 69780b09fd68c972f69c1414d48c84cb24a075fa /Makefile.in | |
| parent | 288b08c747644d42c1636c2b469f8c34836ccd35 (diff) | |
| download | emacs-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.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 | |||
| 333 | GNULIB_MODULES = \ | 333 | GNULIB_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 |
| 337 | GNULIB_TOOL_FLAGS = \ | 337 | GNULIB_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 |