Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.h

    re496303 rc3396e0  
    1010// Created On       : Sat May 16 15:18:36 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Mar 14 16:51:26 2017
    13 // Update Count     : 181
     12// Last Modified On : Wed Mar  8 22:28:33 2017
     13// Update Count     : 174
    1414//
    1515
    1616#ifndef TYPEDATA_H
    1717#define TYPEDATA_H
     18
     19#include <bitset>
    1820
    1921#include "ParseNode.h"
     
    7577        DeclarationNode::BuiltinType builtintype = DeclarationNode::NoBuiltinType;
    7678
    77         DeclarationNode::TypeQualifiers typeQualifiers;
     79        typedef std::bitset< DeclarationNode::NoTypeQualifier > TypeQualifiers;
     80        TypeQualifiers typeQualifiers;
    7881        DeclarationNode * forall;
    7982
Note: See TracChangeset for help on using the changeset viewer.