Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 6212 of file parser.tab.c.
Referenced by set_var_types(), and type_new_encapsulated_union().
{ if (!var) return list; if (!list) { list = xmalloc( sizeof(*list) ); list_init( list ); } list_add_tail( list, &var->entry ); return list; }