Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/StatementNode.cpp

    rf6f7b52 r738a9b4  
    1010// Author           : Rodolfo G. Esteves
    1111// Created On       : Sat May 16 14:59:41 2015
    12 // Last Modified By : Kyoung Seo
    13 // Last Modified On : Thd Jan 16 13:05:00 2025
    14 // Update Count     : 433
     12// Last Modified By : Peter A. Buhr
     13// Last Modified On : Mon Sep 23 22:50:35 2024
     14// Update Count     : 432
    1515//
    1616
     
    351351        delete targetExpr;
    352352
    353         existing->clauses.insert( existing->clauses.end(), clause );
     353        existing->clauses.insert( existing->clauses.begin(), clause );
    354354
    355355        return existing;
Note: See TracChangeset for help on using the changeset viewer.