Ignore:
Timestamp:
Feb 23, 2019, 3:06:08 PM (4 years ago)
Author:
tdelisle <tdelisle@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
fd9ae1d
Parents:
1b54b54
Message:

Fixed compilation failures with basic type generation with VPATH builds.
Generation is still slightly broken since results will differ in VPATH build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/BasicTypes-gen.cc

    r1b54b54 r6ca6811  
    88#include <assert.h>
    99#include <string.h>                                                                             // strlen
    10 #include "../config.h"                                                                  // configure info
     10#include "config.h"                                                                     // configure info
    1111
    1212enum Kind {
Note: See TracChangeset for help on using the changeset viewer.