/*
- * $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)
*
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)
{
/*
- * $Id: rb_messages.h 139 2004-10-30 09:41:17Z tilman $
+ * $Id: rb_messages.h 329 2005-04-28 10:41:17Z tilman $
*
* Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
*
void Init_Messages (void);
#ifndef __RB_MESSAGES_C
-extern VALUE cMsg, cStrMsg;
+extern VALUE cMsg;
#endif
#endif