[ntpsec commit] C99 has inline, so we'll assume it.
Eric S. Raymond
esr at ntpsec.org
Wed Sep 30 00:07:39 UTC 2015
Module: ntpsec
Branch: master
Commit: 0850b8599a130a7de3f8b9db16f0bcda14e71ae9
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=0850b8599a130a7de3f8b9db16f0bcda14e71ae9
Author: Eric S. Raymond <esr at thyrsus.com>
Date: Tue Sep 29 19:11:29 2015 -0400
C99 has inline, so we'll assume it.
---
ports/winnt/include/timepps.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/ports/winnt/include/timepps.h b/ports/winnt/include/timepps.h
index 1a71790..c278532 100644
--- a/ports/winnt/include/timepps.h
+++ b/ports/winnt/include/timepps.h
@@ -232,10 +232,6 @@ typedef struct pps_params {
typedef UINT_PTR pps_handle_t; /* pps handlebars */
-#ifndef inline
-#define inline __inline
-#endif
-
/*
* ntpd on Windows is typically distributed as a binary as few users
* have the tools needed to build from source. Rather than build
More information about the vc
mailing list