From: nobu.nokada@... Date: 2002-08-18T11:33:17+09:00 Subject: Re: Help with a segv in mod_ruby - interpreter bug? Hi, At Sun, 18 Aug 2002 11:06:17 +0900, nobu.nokada@softhome.net wrote: > if (!FL_TEST(c, FL_SINGLETON)) {\ > c = rb_singleton_class_new(c);\ > + st_add_direct(rb_class_tbl, rb_intern(n), c); Oops, this line lacks \ at the end. -- Nobu Nakada