Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 91 of file preproc.c.
Referenced by add_new_marg(), add_string(), add_text(), add_text_to_macro(), combine_mtext(), macro_add_arg(), merge_text(), pp_writestring(), and wpp_add_include_path().
{ void *res; assert(size > 0); res = realloc(p, size); if(res == NULL) { /* Set the error flag */ pp_status.state = 1; } return res; }