Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    r8e9cbb2 r7baed7d  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun 30 21:17:24 2016
    13 // Update Count     : 38
     11// Last Modified By : Rob Schluntz
     12// Last Modified On : Fri May 06 16:26:12 2016
     13// Update Count     : 33
    1414//
    1515
     
    4141        void set_isNoreturn( bool newValue ) { isNoreturn = newValue; }
    4242        UniqueId get_uniqueId() const { return uniqueId; }
    43         bool get_extension() const { return extension; }
    44         Declaration *set_extension( bool exten ) { extension = exten; return this; }
    4543
    4644        void fixUniqueId( void );
     
    5957        bool isInline, isNoreturn;
    6058        UniqueId uniqueId;
    61         bool extension = false;
    6259};
    6360
Note: See TracChangeset for help on using the changeset viewer.