Cleanup.
[ruby-edje.git] / src / rb_messages.c
index 455e89b7e13c1da1b71d70207c4ca9ec33ff9015..a40227ec275b04c01b6e495bc05e07ba306f76a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_messages.c 153 2004-12-09 18:40:44Z tilman $
+ * $Id: rb_messages.c 329 2005-04-28 10:41:17Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -31,7 +31,8 @@
        rb_define_const ((mod), #name, \
                         INT2FIX (prefix##name));
 
-VALUE cMsg, cStrMsg, cIntMsg, cFloatMsg;
+VALUE cMsg;
+static VALUE cStrMsg, cIntMsg, cFloatMsg;
 
 static VALUE c_msg_init (VALUE self)
 {