aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/profile.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 1e54334670..955f8cd033 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-02 Paul Eggert <[email protected]>
+
+ Use C99-style 'extern inline' if available.
+ * profile.c (SYSTIME_INLINE): Define.
+
2012-08-02 Glenn Morris <[email protected]>
* makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
diff --git a/lib-src/profile.c b/lib-src/profile.c
index d21f2c28e5..3489e49254 100644
--- a/lib-src/profile.c
+++ b/lib-src/profile.c
@@ -30,6 +30,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
*/
#include <config.h>
+#define SYSTIME_INLINE EXTERN_INLINE
+
#include <inttypes.h>
#include <stdio.h>