diff options
Diffstat (limited to 'src/timefns.c')
-rw-r--r-- | src/timefns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timefns.c b/src/timefns.c index 9b5b090ba71..9e8592d35ac 100644 --- a/src/timefns.c +++ b/src/timefns.c @@ -342,7 +342,7 @@ init_timefns (void) } /* Report that a time value is out of range for Emacs. */ -void +static AVOID time_overflow (void) { error ("Specified time is not representable"); |