there are quite a few warnings due to "index" being defined in string.h:
char *rindex (const char *, int) ; include/parrot/vtable.h:31: warning: declaration of `index' shadows global declaration include/parrot/vtable.h:33: warning: declaration of `index' shadows global declaration .... renaming "index" to something else, e. g. "idx" would fix these warnings. is this an acceptable fix? cheers, -- Toni Andjelkovic <[EMAIL PROTECTED]>