aboutsummaryrefslogtreecommitdiff
path: root/src/lj_lex.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_lex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lj_lex.h b/src/lj_lex.h
index d16461a2..6e18e4b0 100644
--- a/src/lj_lex.h
+++ b/src/lj_lex.h
@@ -1,7 +1,6 @@
1/* 1/*
2** Lexical analyzer. 2** Lexical analyzer.
3** Major parts taken verbatim from the Lua interpreter. 3** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
4** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h
5*/ 4*/
6 5
7#ifndef _LJ_LEX_H 6#ifndef _LJ_LEX_H