aboutsummaryrefslogtreecommitdiff
path: root/loadlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'loadlib.c')
-rw-r--r--loadlib.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/loadlib.c b/loadlib.c
index 77068832..b9ac3761 100644
--- a/loadlib.c
+++ b/loadlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: loadlib.c,v 1.50 2005/12/19 20:56:39 roberto Exp roberto $ 2** $Id: loadlib.c,v 1.51 2005/12/29 15:32:11 roberto Exp roberto $
3** Dynamic library loader for Lua 3** Dynamic library loader for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5** 5**
@@ -22,10 +22,6 @@
22#include "lualib.h" 22#include "lualib.h"
23 23
24 24
25/* environment variables that hold the search path for packages */
26#define LUA_PATH "LUA_PATH"
27#define LUA_CPATH "LUA_CPATH"
28
29/* prefix for open functions in C libraries */ 25/* prefix for open functions in C libraries */
30#define LUA_POF "luaopen_" 26#define LUA_POF "luaopen_"
31 27