- Timestamp:
 - Jun 17, 2023, 6:53:32 PM (2 years ago)
 - Branches:
 - master
 - Children:
 - c8cbb41
 - Parents:
 - b38f6da
 - File:
 - 
      
- 1 edited
 
- 
          
  src/Parser/parser.yy (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Parser/parser.yy
rb38f6da ra983cbf 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jun 7 14:32:28202313 // Update Count : 634 112 // Last Modified On : Sat Jun 17 18:53:24 2023 13 // Update Count : 6347 14 14 // 15 15 … … 1040 1040 // FIX ME: computes $1 twice 1041 1041 | logical_OR_expression '?' /* empty */ ':' conditional_expression // GCC, omitted first operand 1042 { $$ = new ExpressionNode( build_cond( yylloc, $1, $1 , $4 ) ); }1042 { $$ = new ExpressionNode( build_cond( yylloc, $1, $1->clone(), $4 ) ); } 1043 1043 ; 1044 1044  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.