File: lex-fix.patch

package info (click to toggle)
harp 1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 56,812 kB
  • sloc: xml: 475,889; ansic: 174,316; sh: 4,898; yacc: 2,186; javascript: 1,510; python: 1,148; makefile: 655; lex: 591
file content (16 lines) | stat: -rw-r--r-- 714 bytes parent folder | download
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;