On 10/02/2009 02:38 AM, Bruno Haible wrote:
If you want to make a switch statement for pairs, use a macro #define PAIR(major,minor) (((major)<<8)|(minor)) and use PAIR(5,2) etc. Then it's clear what you mean.
I'll rewrite this part to use a table. Paolo
