pike.git / src / lexer.h

version» Context lines:

pike.git/src/lexer.h:910:    {    push_bignum( &bigint );    mpz_clear(&bigint);    reduce_stack_top_bignum();    res = *--Pike_sp;    }    debug_malloc_pass( yylval->n=mksvaluenode(&res) );    free_svalue( &res );    return TOK_NUMBER;    } -  /* notreached. */ +  UNREACHABLE();    case '"':    {    struct pike_string *s=readstring(lex);    yylval->n=mkstrnode(s);    free_string(s);    return TOK_STRING;    }       case ':':    if(GOBBLE(':')) return TOK_COLON_COLON;