summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 17:36:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-18 17:36:20 +0000
commitfa50f60316952ca9fcfe01eca75e5e2ff7946255 (patch)
tree89bd6782e078b35d7c7d817c8bc1d4b7ba5e1fec /time.c
parent84dffa2fffe0a2a88ed5f4f87a69a27acd291092 (diff)
* eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 11517497fa..e95beb25cc 100644
--- a/time.c
+++ b/time.c
@@ -109,7 +109,7 @@ time_init(time)
#define NDIV(x,y) (-(-((x)+1)/(y))-1)
#define NMOD(x,y) ((y)-(-((x)+1)%(y))-1)
-void
+static void
time_overflow_p(secp, usecp)
time_t *secp, *usecp;
{