Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'luajit-2.0/src/lj_ff.h')
-rw-r--r--luajit-2.0/src/lj_ff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luajit-2.0/src/lj_ff.h b/luajit-2.0/src/lj_ff.h
index 73dad96..31d65a0 100644
--- a/luajit-2.0/src/lj_ff.h
+++ b/luajit-2.0/src/lj_ff.h
@@ -1,6 +1,6 @@
/*
** Fast function IDs.
-** Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_FF_H