Ignore:
Timestamp:
Feb 14, 2019, 10:26:59 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:
70a3e16, 85d44c6
Parents:
e782290
Message:

remove leading underscores in enums for _FloatNN and _Bool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    re782290 re15853c  
    1010// Created On       : Wed Jan 13 16:29:30 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Feb  8 09:35:34 2019
    13 // Update Count     : 75
     12// Last Modified On : Wed Feb 13 18:15:56 2019
     13// Update Count     : 76
    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.