K 10 svn:author V 5 peter K 8 svn:date V 27 1999-11-21T04:26:48.000000Z K 7 svn:log V 357 Tempt fate and stop index from converting a const char * into a char *. I've made a seperate version (c_index() etc) that use const/const, but I'm not sure it's worth it considering there is one file in the tree that uses index on const strings (kern_linker.c) and it's easily adjusted to scan the strings directly (and is perhaps more efficient that way). END