Code cleanup.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 30 May 2005 19:20:42 +0000 (19:20 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 30 May 2005 19:20:42 +0000 (19:20 +0000)
ChangeLog
ext/ext.c

index a8e70a484823f6ffe9521508f29c24d8bb9e9c3d..53738d0b4231ebe612e17b733c3d2bb9aeb12fff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
 --
-$Id: ChangeLog 47 2005-05-30 19:19:07Z tilman $
+$Id: ChangeLog 48 2005-05-30 19:20:42Z tilman $
 ++
 
 2005-05-30 Tilman Sauerbeck (tilman at code-monkey de)
         * lib/eet.rb, ext/ext.c: Re-implemented Chunk#initialize in C
+        * ext/ext.c: Code cleanup
 
 2005-05-25 Tilman Sauerbeck (tilman at code-monkey de)
         * test/test_array_sub.rb: Added a test for the :sub format
index 2c99b02b0890853179194349c6249b77b4ced03f..938720af2a68d56e97f6cab75f0d206f74a437e9 100644 (file)
--- 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)