Changeset 0fc91db1 for src


Ignore:
Timestamp:
Sep 15, 2022, 3:43:02 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
597e395
Parents:
79ee5b3
Message:

Removed old ast from configure and tests.py

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/CompilationState.cc

    r79ee5b3 r0fc91db1  
    3131        genproto = false,
    3232        deterministic_output = false,
    33         useNewAST = CFA_USE_NEW_AST,
     33        useNewAST = true,
    3434        nomainp = false,
    3535        parsep = false,
  • src/config.h.in

    r79ee5b3 r0fc91db1  
    2727/* Location of cfa install. */
    2828#undef CFA_PREFIX
    29 
    30 /* Sets whether or not to use the new-ast, this is adefault value and can be
    31    overrided by --old-ast and --new-ast */
    32 #undef CFA_USE_NEW_AST
    3329
    3430/* Major.Minor */
Note: See TracChangeset for help on using the changeset viewer.