Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 5944 of file parser.tab.c.
Referenced by declare_var().
{ type_t *ptrchain_type; if (!ptrchain) return type; for (ptrchain_type = ptrchain; type_pointer_get_ref(ptrchain_type); ptrchain_type = type_pointer_get_ref(ptrchain_type)) ; assert(ptrchain_type->type_type == TYPE_POINTER); ptrchain_type->details.pointer.ref = type; return ptrchain; }