diff modules/timevar @ 39871:08db1aa192ec

timevar: Small tweaks. * lib/timevar.h: Fix comments. Add parameter names to function declarations. * lib/timevar.c: Include timevar.h immediately after config.h. * lib/timevar.def: Fix comments. * modules/timevar (Maintainer): List Akim Demaille.
author Bruno Haible <bruno@clisp.org>
date Sun, 30 Sep 2018 19:36:29 +0200
parents f315e5e30ddd
children 13eae48fd484
line wrap: on
line diff
--- a/modules/timevar	Sun Sep 30 19:27:56 2018 +0200
+++ b/modules/timevar	Sun Sep 30 19:36:29 2018 +0200
@@ -2,8 +2,8 @@
 A simple self-profiling module based on timers.
 
 Files:
+lib/timevar.h
 lib/timevar.c
-lib/timevar.h
 m4/timevar.m4
 
 Depends-on:
@@ -21,4 +21,4 @@
 GPLv3+
 
 Maintainer:
-all
+Akim Demaille <akim.demaille@gmail.com>