diff options
Diffstat (limited to 'lib-src/profile.c')
-rw-r--r-- | lib-src/profile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c index 9ce9993f4b1..086d8cc3e9d 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c @@ -38,7 +38,7 @@ static char time_string[30]; /* Reset the stopwatch to zero. */ -void +static void reset_watch (void) { EMACS_GET_TIME (TV1); @@ -49,7 +49,7 @@ reset_watch (void) is returned as a string with the format <seconds>.<micro-seconds> If reset_watch was not called yet, exit. */ -char * +static char * get_time (void) { if (watch_not_started) |