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.1/src/lj_parse.h')
-rw-r--r--luajit-2.1/src/lj_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luajit-2.1/src/lj_parse.h b/luajit-2.1/src/lj_parse.h
index dc4fd40..ceeab69 100644
--- a/luajit-2.1/src/lj_parse.h
+++ b/luajit-2.1/src/lj_parse.h
@@ -1,6 +1,6 @@
/*
** Lua parser (source code -> bytecode).
-** 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_PARSE_H