Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CompilationState.cc

    r62ce290 r0ea0b8f  
    1414//
    1515
     16#include "config.h"
     17
    1618int
    1719        astp = false,
     
    2729        nopreludep = false,
    2830        genproto = false,
     31        deterministic_output = false,
     32        useNewAST = CFA_USE_NEW_AST,
    2933        nomainp = false,
    3034        parsep = false,
Note: See TracChangeset for help on using the changeset viewer.