Changeset 67b421c for src


Ignore:
Timestamp:
May 12, 2021, 2:25:58 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
69914cbc
Parents:
7d51ef8
Message:

No different types of enums are not interchangable. (Instance of _default_vtable is no longer extern.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.cc

    r7d51ef8 r67b421c  
    432432                                new ObjectDecl(
    433433                                        Virtual::concurrentDefaultVTableName(),
    434                                         Type::Const,
     434                                        noStorageClasses,
    435435                                        LinkageSpec::Cforall,
    436436                                        /* bitfieldWidth */ nullptr,
     
    504504                        new ObjectDecl(
    505505                                Virtual::concurrentDefaultVTableName(),
    506                                 Type::Const,
     506                                Type::StorageClasses( Type::Extern ),
    507507                                LinkageSpec::Cforall,
    508508                                /* bitfieldWidth */ nullptr,
Note: See TracChangeset for help on using the changeset viewer.