// references to objects in other realm (replace with Object) svoid tok_virtualTypes(LS tok) { int i = -1; while ((i = jfind(tok, i+1, "virtual ")) >= 0) { replaceTokens_reTok(tok, i, tok_findEndOfType(tok, i+2)-1, "Object"); } }