X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore%2Frb_timer.c;h=c9e93ecab55999db8b6c9e0b3c58d73d10c4dbfd;hb=f3e4005cf0cfdefa25cfd5187a67a4f456fe697f;hp=28bb4057b611b2d20b064be53e9733ac7cbb3309;hpb=627a83d5b49b1abd92bd73a10a56042a6d202dfa;p=ruby-ecore.git diff --git a/src/ecore/rb_timer.c b/src/ecore/rb_timer.c index 28bb405..c9e93ec 100644 --- a/src/ecore/rb_timer.c +++ b/src/ecore/rb_timer.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: rb_timer.c 25 2004-06-26 23:07:01Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -31,7 +31,7 @@ typedef struct { bool deleted; } RbEcoreTimer; -VALUE cTimer; +static VALUE cTimer; static int on_timer (void *data) {