Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

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