aboutsummaryrefslogtreecommitdiff
path: root/llex.c
diff options
context:
space:
mode:
Diffstat (limited to 'llex.c')
-rw-r--r--llex.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/llex.c b/llex.c
index e737c169..31b4ce85 100644
--- a/llex.c
+++ b/llex.c
@@ -1,16 +1,18 @@
1/* 1/*
2** $Id: llex.c,v 2.86 2014/10/26 15:45:41 roberto Exp roberto $ 2** $Id: llex.c,v 2.87 2014/10/30 18:53:28 roberto Exp roberto $
3** Lexical Analyzer 3** Lexical Analyzer
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7#define llex_c
8#define LUA_CORE
9
10#include "lprefix.h"
11
7 12
8#include <locale.h> 13#include <locale.h>
9#include <string.h> 14#include <string.h>
10 15
11#define llex_c
12#define LUA_CORE
13
14#include "lua.h" 16#include "lua.h"
15 17
16#include "lctype.h" 18#include "lctype.h"