Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    r409433da r64ac636  
    1010// Created On       : Sat May 16 13:28:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Mar 17 15:42:18 2017
    13 // Update Count     : 777
     12// Last Modified On : Thu Mar 16 08:32:43 2017
     13// Update Count     : 776
    1414//
    1515
     
    134134                        Expression * p = orig->build();
    135135                        p->set_extension( orig->get_extension() );
     136                        p->location = orig->location;
    136137                        return p;
    137138                } else {
     
    205206        enum Signedness { Signed, Unsigned, NoSignedness };
    206207        enum Length { Short, Long, LongLong, NoLength };
    207         enum Aggregate { Struct, Union, Trait, Coroutine, Monitor, Thread, NoAggregate };
     208        enum Aggregate { Struct, Union, Trait, NoAggregate };
    208209        enum TypeClass { Otype, Dtype, Ftype, Ttype, NoTypeClass };
    209210        enum BuiltinType { Valist, Zero, One, NoBuiltinType };
Note: See TracChangeset for help on using the changeset viewer.