Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    ra61fea9a r56c3935  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jun  3 22:03:06 2015
    13 // Update Count     : 1020
     12// Last Modified On : Sun May 31 18:50:30 2015
     13// Update Count     : 1016
    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.
    772773                { $$ = new ForCtlExprNode($1, $2, $4); }
    773774        ;
Note: See TracChangeset for help on using the changeset viewer.