aboutsummaryrefslogtreecommitdiff
path: root/src/lj_parse.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_parse.h b/src/lj_parse.h
index 558b4e2d..532657a0 100644
--- a/src/lj_parse.h
+++ b/src/lj_parse.h
@@ -1,6 +1,6 @@
1/* 1/*
2** Lua parser (source code -> bytecode). 2** Lua parser (source code -> bytecode).
3** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h 3** Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h
4*/ 4*/
5 5
6#ifndef _LJ_PARSE_H 6#ifndef _LJ_PARSE_H