Ignore:
Timestamp:
Dec 9, 2011, 1:45:45 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 472

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_generator.h

    r588 r595  
    138138{
    139139 public:
    140   InGenerator (bool usecmt);
     140  InGenerator (bool usecmt, bool pedantic);
    141141  int build (const Constituent& constituent, ostream& out = cout);
    142142 
     
    152152    int print (ostream& s);
    153153    void set_uses (bool usecmt);
     154    void set_pedantic (bool pedantic);
    154155  private:
    155156    virtual int initialize () = 0;
     
    160161    bool m_initialized;
    161162    bool m_usecmt;
     163    bool m_pedantic;
    162164  };
    163165 
     
    182184  Languages m_languages;
    183185  bool m_usecmt;
     186  bool m_pedantic;
    184187};
    185188
Note: See TracChangeset for help on using the changeset viewer.