X-Git-Url: http://git.code-monkey.de/?p=ruby-eet.git;a=blobdiff_plain;f=ext%2Fext.c;h=938720af2a68d56e97f6cab75f0d206f74a437e9;hp=2c99b02b0890853179194349c6249b77b4ced03f;hb=b6055f83ebf477b190ce22ca0da6c4c4023aca4a;hpb=9bc23cbc321e908fd0761c40b3953574317f1131 diff --git a/ext/ext.c b/ext/ext.c index 2c99b02..938720a 100644 --- a/ext/ext.c +++ b/ext/ext.c @@ -1,5 +1,5 @@ /* - * $Id: ext.c 47 2005-05-30 19:19:07Z tilman $ + * $Id: ext.c 48 2005-05-30 19:20:42Z tilman $ * * Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) * @@ -44,7 +44,7 @@ static VALUE c_close (VALUE self); -static VALUE id_include, id_tag, id_data; +static ID id_include, id_tag, id_data; static void c_free (Eet_File **ef)