1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: hack past an issue with lex re-generating this file
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2025-08-28
Forwarded: not-needed
--- a/libharp/harp-operation-parser.c
+++ b/libharp/harp-operation-parser.c
@@ -4444,7 +4444,7 @@
case 177: /* operation: FUNC_VALID '(' identifier ')' */
#line 1710 "../harp/libharp/harp-operation-parser.y"
{
- if (harp_operation_valid_range_filter_new((yyvsp[-1].string_val), &(yyval.operation)) != 0)
+ if (harp_operation_valid_range_filter_new((yyvsp[-1].string_val), 0, &(yyval.operation)) != 0)
{
free((yyvsp[-1].string_val));
YYERROR;
|