Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r0fc9756b r9ff56e7  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Tus Jul 11 13:39:00 2017
    13 // Update Count     : 2416
     12// Last Modified On : Fri Jun 30 15:38:00 2017
     13// Update Count     : 2415
    1414//
    1515
     
    21762176                {
    21772177                        linkageStack.push( linkage );                           // handle nested extern "C"/"Cforall"
    2178                         linkage = LinkageSpec::linkageUpdate( linkage, $2 );
     2178                        linkage = LinkageSpec::linkageCheck( $2 );
    21792179                }
    21802180          '{' external_definition_list_opt '}'
Note: See TracChangeset for help on using the changeset viewer.