]> code.delx.au - gnu-emacs/blobdiff - lib-src/profile.c
Update copyright year to 2015
[gnu-emacs] / lib-src / profile.c
index bddfea763342a59178c585b544706f08b9cd5815..ffaa2256567dfe2dc9e6f9cd85e12677aa8da94d 100644 (file)
@@ -1,5 +1,5 @@
 /* profile.c --- generate periodic events for profiling of Emacs Lisp code.
-   Copyright (C) 1992, 1994, 1999, 2001-2013 Free Software Foundation,
+   Copyright (C) 1992, 1994, 1999, 2001-2015 Free Software Foundation,
    Inc.
 
 Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
@@ -29,9 +29,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
  **  abstraction : a stopwatch
  **  operations: reset_watch, get_time
  */
-#include <config.h>
 
-#define SYSTIME_INLINE EXTERN_INLINE
+#define INLINE EXTERN_INLINE
+#include <config.h>
 
 #include <inttypes.h>
 #include <stdio.h>