]> code.delx.au - gnu-emacs/blobdiff - lib-src/profile.c
Further shr quotation mark fill fixes
[gnu-emacs] / lib-src / profile.c
index bddfea763342a59178c585b544706f08b9cd5815..aab44a0fe86d3e5983b3d15768c6205260cc30dd 100644 (file)
@@ -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>