Changeset 6e4c44d for src


Ignore:
Timestamp:
Apr 27, 2023, 4:26:37 PM (14 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, master
Children:
3982384
Parents:
b110bcc (diff), e6d8d11 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    rb110bcc r6e4c44d  
    99// Author           : Peter A. Buhr
    1010// Created On       : Sat Sep  1 20:22:55 2001
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Tue Apr  4 14:02:00 2023
    13 // Update Count     : 6329
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Wed Apr 26 16:45:37 2023
     13// Update Count     : 6330
    1414//
    1515
     
    16791679
    16801680waituntil:
    1681         WAITUNTIL '(' cast_expression ')'
     1681        WAITUNTIL '(' comma_expression ')'
    16821682                { $$ = $3; }
    16831683        ;
Note: See TracChangeset for help on using the changeset viewer.