summaryrefslogtreecommitdiff
path: root/include/Libflang.h
blob: c931ec24bc910f05d04c8918c7aaf4f8b2adf027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//===--- Libflang.h - ------------------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIBFLANG_H
#define LLVM_LIBFLANG_H

#define LIBFLANG_ABI extern "C"

#endif