lkml.org 
[lkml]   [2020]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    Subject[PATCH 4/8] perf expr: allow ',' to be an other token
    From
    Corrects parse errors in expr__find_other of expressions with min.

    Signed-off-by: Ian Rogers <irogers@google.com>
    ---
    tools/perf/util/expr.y | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/tools/perf/util/expr.y b/tools/perf/util/expr.y
    index cd17486c1c5d..54260094b947 100644
    --- a/tools/perf/util/expr.y
    +++ b/tools/perf/util/expr.y
    @@ -80,7 +80,7 @@ other: ID
    ctx->ids[ctx->num_ids++].name = $1;
    }
    |
    -MIN | MAX | IF | ELSE | SMT_ON | NUMBER | '|' | '^' | '&' | '-' | '+' | '*' | '/' | '%' | '(' | ')'
    +MIN | MAX | IF | ELSE | SMT_ON | NUMBER | '|' | '^' | '&' | '-' | '+' | '*' | '/' | '%' | '(' | ')' | ','


    all_expr: if_expr { *final_val = $1; }
    --
    2.26.2.303.gf8c07b1a785-goog
    \
     
     \ /
      Last update: 2020-04-22 09:49    [W:3.594 / U:0.184 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site