]> code.delx.au - gnu-emacs/blobdiff - lib-src/profile.c
gnus-registry.el: Silence XEmacs byte compiler
[gnu-emacs] / lib-src / profile.c
index d21f2c28e5875a2f9b9310496eae28239406a373..ab17b52ca28ddb050ca4d2d077ac3da9b755cda6 100644 (file)
@@ -1,5 +1,6 @@
 /* profile.c --- generate periodic events for profiling of Emacs Lisp code.
-   Copyright (C) 1992, 1994, 1999, 2001-2012  Free Software Foundation, Inc.
+   Copyright (C) 1992, 1994, 1999, 2001-2013 Free Software Foundation,
+   Inc.
 
 Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
 
@@ -30,6 +31,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>