summaryrefslogtreecommitdiff
path: root/include/Libflang.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Libflang.h')
-rw-r--r--include/Libflang.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/Libflang.h b/include/Libflang.h
new file mode 100644
index 0000000..c931ec2
--- /dev/null
+++ b/include/Libflang.h
@@ -0,0 +1,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
+