Hm, isn't this code in the PikeType constructor quite strange?
[...] if(sizeof(tok) == 1) { switch((string)t) { case "CTYPE": args=({ PikeType(PC.Token(merge(tok[1..]))), convert_ctype(tok[1..]) }); break; [...]
Since the block is guarded by the condition "sizeof(tok) == 1", isn't "tok[1..]" always the empty array?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-02-19 17:34: Subject: cmod
I didn't say it would be easy...
/ Henrik Grubbström (Lysator)