aboutsummaryrefslogtreecommitdiff
path: root/odb/gcc-fwd.hxx
blob: e00fea5d6d08746bee7dc6d7dfb7874c1be72341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/gcc-fwd.hxx
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_GCC_FWD_HXX
#define ODB_GCC_FWD_HXX

extern "C"
{
#include <coretypes.h>

typedef unsigned int source_location; // <line-map.h>
typedef source_location location_t;   // <input.h>
}

#endif // ODB_GCC_FWD_HXX