License headers and style fixes

This commit is contained in:
Ivan 2017-11-05 22:47:10 +03:00
parent e8ba51fb84
commit abcfc7a451
15 changed files with 192 additions and 30 deletions

View file

@ -1,4 +1,18 @@
#include <cstddef>
//===-- compile.cpp -------------------------------------------------------===//
//
// LDC the LLVM D compiler
//
// This file is distributed under the Boost Software License. See the LICENSE
// file for details.
//
//===----------------------------------------------------------------------===//
//
// Jit runtime - executable part.
// Defines jit modules list head and and access jit shared library entry point.
//
//===----------------------------------------------------------------------===//
#include <cstddef> // size_t
struct Context;