summaryrefslogtreecommitdiff
path: root/llex.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-03-26 11:31:49 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-03-26 11:31:49 -0300
commitdd3a63c205a97339d8c8aec3cd49941bc10ba45c (patch)
tree763c1701607ace52692c8566277c6c70c7895acd /llex.c
parentcb49b088b61b75b905663a58a2c545de1ffea13a (diff)
downloadlua-github-dd3a63c205a97339d8c8aec3cd49941bc10ba45c.tar.gz
new way to handle `profiles'
Diffstat (limited to 'llex.c')
-rw-r--r--llex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/llex.c b/llex.c
index 3dc87470..dfe7dbac 100644
--- a/llex.c
+++ b/llex.c
@@ -1,5 +1,5 @@
/*
-** $Id: llex.c,v 1.82 2001/03/06 14:46:54 roberto Exp roberto $
+** $Id: llex.c,v 1.83 2001/03/07 12:49:37 roberto Exp roberto $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
@@ -9,6 +9,7 @@
#include <stdio.h>
#include <string.h>
+#define LUA_PRIVATE
#include "lua.h"
#include "llex.h"