Changeset aac99da for src/Concurrency


Ignore:
Timestamp:
Feb 11, 2019, 8:30:38 AM (5 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/Concurrency/Waitfor.cc

    rd9f0ed4 raac99da  
    1111// Last Modified By :
    1212// Last Modified On :
    13 // Update Count     : 5
     13// Update Count     : 6
    1414//
    1515
     
    329329                        new BasicType(
    330330                                noQualifiers,
    331                                 BasicType::Bool
     331                                BasicType::_Bool
    332332                        ),
    333333                        new SingleInit( new ConstantExpr( Constant::from_ulong( 0 ) ) )
Note: See TracChangeset for help on using the changeset viewer.