Macro tweaks.
[ruby-ecore.git] / src / ecore_evas / rb_fb.c
index b5c262b7484a9883fe23236ca22e35c0e8e971e3..8359ef2b6a943eba3582f7a96ad149f6b86ec984 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_fb.c 27 2004-07-08 18:25:05Z tilman $
+ * $Id: rb_fb.c 40 2004-07-25 13:14:34Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -70,7 +70,7 @@ static VALUE c_new (int argc, VALUE *argv, VALUE klass)
 
 void Init_Fb (void)
 {
-       VALUE cFb = rb_define_class_under (mEvas, "Fb", cEcoreEvas);
+       VALUE c = rb_define_class_under (mEvas, "Fb", cEcoreEvas);
 
-       rb_define_singleton_method (cFb, "new", c_new, -1);
+       rb_define_singleton_method (c, "new", c_new, -1);
 }