Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 3735 of file parser.tab.c.
Referenced by yyparse().
{ literal_t *ret = parser_alloc(ctx, sizeof(literal_t)); ret->type = LT_BOOL; ret->u.bval = bval; return ret; }