Changeset aac99da for src/ControlStruct


Ignore:
Timestamp:
Feb 11, 2019, 8:30:38 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
0e66857
Parents:
d9f0ed4
Message:

change BasicType::Bool to BasicType::_Bool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptTranslate.cc

    rd9f0ed4 raac99da  
    99// Author           : Andrew Beach
    1010// Created On       : Wed Jun 14 16:49:00 2017
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Thr Aug 17 17:19:00 2017
    13 // Update Count     : 9
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Fri Feb  8 09:33:31 2019
     13// Update Count     : 10
    1414//
    1515
     
    165165                        LinkageSpec::Cforall,
    166166                        /*bitfieldWidth*/ NULL,
    167                         new BasicType( noQualifiers, BasicType::Bool ),
     167                        new BasicType( noQualifiers, BasicType::_Bool ),
    168168                        /*init*/ NULL,
    169169                        std::list<Attribute *>{ new Attribute( "unused" ) }
Note: See TracChangeset for help on using the changeset viewer.