Zebediah Figura (@zfigura) commented about dlls/msado15/filter.y:
if(*$3 != '*')
{
stripped[i++] = *$3;
}
$3++;
}
FIXME("Stripped: %s, %s\n", debugstr_a($3), debugstr_a(stripped));
filter_add_string_column(yyget_extra(scanner)->recordset, $1, $2, $3);
free(stripped);
- }
- | TOKEN_AND { FIXME(" AND "); }
- | TOKEN_OR { FIXME(" OR "); }
+;
+oparations: TOKEN_GREATER
Spelling error, "operations".