I've been studying the implemenatation of Ruby, and I'm finding that my C skills have become a bit rusty. I keep running into "funny" function definitions in .h files Here's an example: VALUE int2inum _((long)) What does that _((..)) mean? -- Rick