From b4a8788ea8768574dd7a5d109bff8ece072d3873 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 27 Feb 2011 10:08:48 +0000 Subject: Symbols are VALUEs, not IDs Oops :x --- ext/posix_mq/posix_mq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/posix_mq/posix_mq.c') diff --git a/ext/posix_mq/posix_mq.c b/ext/posix_mq/posix_mq.c index 0d96c08..cb4cacc 100644 --- a/ext/posix_mq/posix_mq.c +++ b/ext/posix_mq/posix_mq.c @@ -65,7 +65,7 @@ static int MQ_IO_CLOSE(struct posix_mq *mq) static VALUE cPOSIX_MQ, cAttr; static ID id_new, id_kill, id_fileno, id_mul, id_divmod; static ID id_flags, id_maxmsg, id_msgsize, id_curmsgs; -static ID sym_r, sym_w, sym_rw; +static VALUE sym_r, sym_w, sym_rw; static const mqd_t MQD_INVALID = (mqd_t)-1; /* Ruby 1.8.6+ macros (for compatibility with Ruby 1.9) */ -- cgit v1.2.3-24-ge0c7