Visual Studio 2015 build fixes

Define HAVE_VSNPRINTF for VS2015 or newer.  Avoid putting constants
directly after string literals without whitespace, or the VS2015
compiler thinks it's a string suffix.  Prefix the OVERFLOW identifier
in x-deltat.y (along with NUM and LONGNUM for consistency) to avoid a
conflict with math.h.  Regenerate deltat.c.

[ghud...@mit.edu: squashed three commits and condensed commit
messages; avoid creating long lines]

https://github.com/krb5/krb5/commit/a14739f2a2acac30a8aba6f8e9f8f5a34bd38d6e
Author: Thomas Sondergaard <thomas.sonderga...@karoshealth.com>
Committer: Greg Hudson <ghud...@mit.edu>
Commit: a14739f2a2acac30a8aba6f8e9f8f5a34bd38d6e
Branch: master
 src/include/win-mac.h       |    3 ++
 src/lib/krb5/krb/deltat.c   |   80 +++++++++++++++++++++---------------------
 src/lib/krb5/krb/x-deltat.y |   29 ++++++++-------
 src/windows/leash/Leash.cpp |    4 +-
 4 files changed, 60 insertions(+), 56 deletions(-)
_______________________________________________
kfwdev mailing list
kfwdev@mit.edu
http://mailman.mit.edu/mailman/listinfo/kfwdev

Reply via email to