aboutsummaryrefslogtreecommitdiff
path: root/src/host/buildvm_lib.c
diff options
context:
space:
mode:
authorMike Pall <mike>2020-01-20 23:34:21 +0100
committerMike Pall <mike>2020-01-20 23:34:21 +0100
commit87b111f0fe18788d38dbafd9d768d720f77f052b (patch)
tree0b31f7728ccfee8426506cc04528471e362fef75 /src/host/buildvm_lib.c
parent981ec8d2aac5cac76bdedd4015b6d32447b29597 (diff)
parent38a5ed4b434618662372c0c1665ed08782f5faa5 (diff)
downloadluajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.gz
luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.bz2
luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/host/buildvm_lib.c')
-rw-r--r--src/host/buildvm_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/buildvm_lib.c b/src/host/buildvm_lib.c
index 2956fdb6..88014b23 100644
--- a/src/host/buildvm_lib.c
+++ b/src/host/buildvm_lib.c
@@ -1,6 +1,6 @@
1/* 1/*
2** LuaJIT VM builder: library definition compiler. 2** LuaJIT VM builder: library definition compiler.
3** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h 3** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
4*/ 4*/
5 5
6#include "buildvm.h" 6#include "buildvm.h"