27 Mar
2023
27 Mar
'23
9:09 p.m.
Zebediah Figura (@zfigura) commented about dlls/msado15/filter.y:
+%token<operation> TOKEN_EQ +%token<operation> TOKEN_LIKE + +%token TOKEN_AND +%token TOKEN_OR + +%token<token> TOKEN_COLUMN + + +%start filter + +%% + +filter: + | filter line +; It may be a matter of taste, but for clarity, I always recommend using %empty.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2498#note_28146