Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r56c3935 ra61fea9a  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun May 31 18:50:30 2015
    13 // Update Count     : 1016
     12// Last Modified On : Wed Jun  3 22:03:06 2015
     13// Update Count     : 1020
    1414//
    1515
     
    770770                { $$ = new ForCtlExprNode($1, $4, $6); }
    771771        | declaration comma_expression_opt ';' comma_expression_opt // C99
    772                 // Like C++, the loop index can be declared local to the loop.
    773772                { $$ = new ForCtlExprNode($1, $2, $4); }
    774773        ;
Note: See TracChangeset for help on using the changeset viewer.