Ignore:
Timestamp:
Feb 11, 2019, 8:30:38 AM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
aaron-thesis, arm-eh, 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/InitTweak/FixInit.cc

    rd9f0ed4 raac99da  
    1010// Created On       : Wed Jan 13 16:29:30 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jun 21 17:35:05 2017
    13 // Update Count     : 74
     12// Last Modified On : Fri Feb  8 09:35:34 2019
     13// Update Count     : 75
    1414//
    1515#include "FixInit.h"
     
    762762
    763763                                                // static bool __objName_uninitialized = true
    764                                                 BasicType * boolType = new BasicType( Type::Qualifiers(), BasicType::Bool );
     764                                                BasicType * boolType = new BasicType( Type::Qualifiers(), BasicType::_Bool );
    765765                                                SingleInit * boolInitExpr = new SingleInit( new ConstantExpr( Constant::from_int( 1 ) ) );
    766766                                                ObjectDecl * isUninitializedVar = new ObjectDecl( objDecl->get_mangleName() + "_uninitialized", Type::StorageClasses( Type::Static ), LinkageSpec::Cforall, 0, boolType, boolInitExpr );
Note: See TracChangeset for help on using the changeset viewer.