Branch: Tag:

2017-11-04

2017-11-04 14:51:06 by Arne Goedeke <el@laramies.com>

Remove !SHARED_NODES

Pike with SHARED_NODES disabled did not work. By descision of the Pike
Conference it is removed.

3646:    copy_pike_type(types[argno], arg->type);    }    argno = !argno; -  /* Handle the special case where CAR & CDR are the same. -  * Only occurrs with SHARED_NODES. -  */ +  /* Handle the special case where CAR & CDR are the same. */    } while (argno && arg->parent && CAR(arg->parent) == CDR(arg->parent));    goto retrace;    }